Skip to content

Commit 756d60d

Browse files
committed
version 2.5.0
1 parent 94323cf commit 756d60d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Changelog

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
55
The previous amqplib changelog is here:
66
http://code.google.com/p/py-amqplib/source/browse/CHANGES
77

8+
.. _version-2.5.0:
9+
10+
2.5.0
11+
=====
12+
:release-date: 2019-05-30 17.30 P.M UTC+6:00
13+
:release-by: Asif Saif Uddin
14+
15+
- Drop Python 3.4
16+
- Add new platform
17+
- Numerious bug fixes
18+
819
.. _version-2.4.2:
920

1021
2.4.2

amqp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
from collections import namedtuple
88

9-
__version__ = '2.4.2'
9+
__version__ = '2.5.0'
1010
__author__ = 'Barry Pederson'
11-
__maintainer__ = 'Ask Solem'
11+
__maintainer__ = 'Asif Saif Uddin, Omer Katz'
1212
__contact__ = '[email protected]'
1313
__homepage__ = 'http://github.com/celery/py-amqp'
1414
__docformat__ = 'restructuredtext'

0 commit comments

Comments
 (0)