summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2019-05-30 17:07:21 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2019-05-30 17:07:21 +0600
commit756d60d225f92c47f1aae3f38f8e9190c619dbcd (patch)
treed0c82b2aa69d806b78624306c27759f7e37093c0
parent94323cf5e6ec1157c027fa7679088d4af8077773 (diff)
downloadpy-amqp-756d60d225f92c47f1aae3f38f8e9190c619dbcd.tar.gz
version 2.5.02.5.0
-rw-r--r--Changelog11
-rw-r--r--amqp/__init__.py4
2 files changed, 13 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index eb7b938..98aee41 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,17 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
+.. _version-2.5.0:
+
+2.5.0
+=====
+:release-date: 2019-05-30 17.30 P.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+- Drop Python 3.4
+- Add new platform
+- Numerious bug fixes
+
.. _version-2.4.2:
2.4.2
diff --git a/amqp/__init__.py b/amqp/__init__.py
index 859ea58..c0e9ee8 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -6,9 +6,9 @@ import re
from collections import namedtuple
-__version__ = '2.4.2'
+__version__ = '2.5.0'
__author__ = 'Barry Pederson'
-__maintainer__ = 'Ask Solem'
+__maintainer__ = 'Asif Saif Uddin, Omer Katz'
__contact__ = 'pyamqp@celeryproject.org'
__homepage__ = 'http://github.com/celery/py-amqp'
__docformat__ = 'restructuredtext'