Skip to content

Commit ce6a3e1

Browse files
committed
Bump version: 5.0.3 → 5.0.4
1 parent 152d385 commit ce6a3e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.3
2+
current_version = 5.0.4
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.0.3
7+
:Version: 5.0.4
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: 1 addition & 1 deletion
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.3'
7+
__version__ = '5.0.4'
88
__author__ = 'Barry Pederson'
99
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
1010
__contact__ = '[email protected]'

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.0.3
1+
:Version: 5.0.4
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)