From cebda22c842ec81dfa20d61c8836377241a93b14 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 6 Nov 2023 10:52:07 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.1.1=20=E2=86=92=205.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 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/