summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-12-13 15:35:55 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-12-13 15:35:55 +0600
commitfb162f2232a81440bf9032ec8a0cbf299e73d3d5 (patch)
treede9d04eb59ac57e6948b04f2d2508e867950a2f0
parentfb95a45b58efe18466ed90bd2b5b82f8019e439c (diff)
downloadpy-amqp-fb162f2232a81440bf9032ec8a0cbf299e73d3d5.tar.gz
Bump version: 5.0.6 → 5.0.7v5.0.7
-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 d1ff5d2..27c71ef 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.0.6
+current_version = 5.0.7
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 6a0b737..578b9ee 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 5.0.6
+:Version: 5.0.7
: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 9144b11..783c416 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -4,7 +4,7 @@
import re
from collections import namedtuple
-__version__ = '5.0.6'
+__version__ = '5.0.7'
__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 935753d..5a4a28d 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.0.6
+:Version: 5.0.7
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/