diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 463c2e9d..b9ee53ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.1 +current_version = 5.2.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z\d]+)? diff --git a/README.rst b/README.rst index 84ae6c9a..21337dc1 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 5.1.1 +:Version: 5.2.0 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff --git a/amqp/__init__.py b/amqp/__init__.py index 1899b52e..315ef0fd 100644 --- a/amqp/__init__.py +++ b/amqp/__init__.py @@ -4,10 +4,10 @@ import re from collections import namedtuple -__version__ = '5.1.1' +__version__ = '5.2.0' __author__ = 'Barry Pederson' __maintainer__ = 'Asif Saif Uddin, Matus Valo' -__contact__ = 'pyamqp@celeryproject.org' +__contact__ = 'auvipy@gmail.com' __homepage__ = 'http://github.com/celery/py-amqp' __docformat__ = 'restructuredtext' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 17fe5deb..021034f4 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 5.1.1 +:Version: 5.2.0 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/