summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin (Auvi) <auvipy@gmail.com>2021-04-01 10:44:56 +0600
committerAsif Saif Uddin (Auvi) <auvipy@gmail.com>2021-04-01 10:44:56 +0600
commit4dad914be084af6b1304e4290e83a6f018d75268 (patch)
treec6bc7c3e314b8cf0cd0b68d3ab59d3730e588711
parent70e6557ac7e3e9f8d785c8dc7a17c5ea96ceac68 (diff)
downloadpy-amqp-4dad914be084af6b1304e4290e83a6f018d75268.tar.gz
Bump version: 5.0.5 → 5.0.6v5.0.6
-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 487fe25..d1ff5d2 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.0.5
+current_version = 5.0.6
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 41e3fc4..159bbf5 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 5.0.5
+:Version: 5.0.6
: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 74b28f1..9144b11 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -4,7 +4,7 @@
import re
from collections import namedtuple
-__version__ = '5.0.5'
+__version__ = '5.0.6'
__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 e1e007c..935753d 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.0.5
+:Version: 5.0.6
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/