From c1c1aa05a03cad9780054ad8df6c1c5b8c589814 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Mon, 1 Jun 2020 11:50:16 +0600 Subject: [PATCH] version 2.6.0 --- .bumpversion.cfg | 2 +- README.rst | 2 +- amqp/__init__.py | 4 ++-- docs/includes/introduction.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 49d72d08..27f74de3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.2 +current_version = 2.6.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index f05f3a32..0cfb9036 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 2.5.2 +:Version: 2.6.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 9beb12a5..6446453a 100644 --- a/amqp/__init__.py +++ b/amqp/__init__.py @@ -6,9 +6,9 @@ from collections import namedtuple -__version__ = '2.5.2' +__version__ = '2.6.0' __author__ = 'Barry Pederson' -__maintainer__ = 'Asif Saif Uddin, Omer Katz' +__maintainer__ = 'Asif Saif Uddin, Matus Valo' __contact__ = 'pyamqp@celeryproject.org' __homepage__ = 'http://github.com/celery/py-amqp' __docformat__ = 'restructuredtext' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 0f1e6d3c..52d5e87b 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 2.5.2 +:Version: 2.6.0 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/