summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2020-11-08 18:49:45 +0200
committerOmer Katz <omer.drow@gmail.com>2020-11-08 18:49:45 +0200
commit64602ab6ebe96209b77c08731eca6340a2182a1c (patch)
treef79b40a81406e483c7dcc7fe80e5e0e6fc87f43b
parent1372d0b98a2e5884a3c2c858d80b3f3cc00000f6 (diff)
downloadpy-amqp-5.0.2.tar.gz
Bump version: 5.0.1 → 5.0.2v5.0.2
-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 d3edcaa..b8b8b54 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.0.1
+current_version = 5.0.2
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 860fb12..2a5a8aa 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 5.0.1
+:Version: 5.0.2
: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 9b8b6ed..eb59152 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -4,7 +4,7 @@
import re
from collections import namedtuple
-__version__ = '5.0.1'
+__version__ = '5.0.2'
__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 36ada2d..7248046 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.0.1
+:Version: 5.0.2
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/