Skip to content

Commit 4e69059

Browse files
committed
Bump version: 5.0.9 → 5.1.0
1 parent 4d82ec3 commit 4e69059

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.9
2+
current_version = 5.1.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

+1-1
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.0.9
7+
:Version: 5.1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from collections import namedtuple
66

7-
__version__ = '5.0.9'
7+
__version__ = '5.1.0'
88
__author__ = 'Barry Pederson'
99
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
1010
__contact__ = 'pyamqp@celeryproject.org'

docs/includes/introduction.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 5.0.9
1+
:Version: 5.1.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)