Skip to content

Commit cebda22

Browse files
committed
Bump version: 5.1.1 → 5.2.0
1 parent 569ada2 commit cebda22

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.1.1
2+
current_version = 5.2.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
66

7-
:Version: 5.1.1
7+
:Version: 5.2.0
88
:Web: https://amqp.readthedocs.io/
99
:Download: https://pypi.org/project/amqp/
1010
:Source: http://github.com/celery/py-amqp/

amqp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import re
55
from collections import namedtuple
66

7-
__version__ = '5.1.1'
7+
__version__ = '5.2.0'
88
__author__ = 'Barry Pederson'
99
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
10-
__contact__ = 'pyamqp@celeryproject.org'
10+
__contact__ = 'auvipy@gmail.com'
1111
__homepage__ = 'http://github.com/celery/py-amqp'
1212
__docformat__ = 'restructuredtext'
1313

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 5.1.1
1+
:Version: 5.2.0
22
:Web: https://amqp.readthedocs.io/
33
:Download: https://pypi.org/project/amqp/
44
:Source: http://github.com/celery/py-amqp/

0 commit comments

Comments
 (0)