summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin (Auvi) <auvipy@gmail.com>2021-01-20 02:18:55 +0600
committerAsif Saif Uddin (Auvi) <auvipy@gmail.com>2021-01-20 02:18:55 +0600
commit32d2b7eefab2f03cce2037374c7be9fb183547ca (patch)
treef6efd17fb80e7976a0183a458a08a4f6d12a9004
parentac3065ed54db922905251980ff3d78df8b8e8254 (diff)
downloadpy-amqp-32d2b7eefab2f03cce2037374c7be9fb183547ca.tar.gz
Bump version: 5.0.2 → 5.0.3v5.0.3
-rw-r--r--.bumpversion.cfg2
-rw-r--r--README.rst2
-rw-r--r--amqp/__init__.py2
-rw-r--r--docs/includes/introduction.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index b8b8b54..e04a9cc 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.0.2
+current_version = 5.0.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
diff --git a/README.rst b/README.rst
index 2a5a8aa..a2272e3 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 5.0.2
+:Version: 5.0.3
: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 eb59152..556a5aa 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -4,7 +4,7 @@
import re
from collections import namedtuple
-__version__ = '5.0.2'
+__version__ = '5.0.3'
__author__ = 'Barry Pederson'
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 7248046..ca1b7de 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.0.2
+:Version: 5.0.3
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/