summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2017-07-14 08:57:43 +0300
committerOmer Katz <omer.drow@gmail.com>2017-07-14 08:57:43 +0300
commitb21f8d41b840fdbb88dfbe102926973a33106c5a (patch)
tree11a82fe4dbc9ecf1d7ac9f13f5f3f8287e08ed7b
parenta407bc9bc5cf4648fd65ae5c98b5ca2f90ab1395 (diff)
downloadpy-amqp-2.2.1.tar.gz
Bump version: 2.2.0 → 2.2.1v2.2.1
-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 8c9f43d..861e1b5 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.2.0
+current_version = 2.2.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
diff --git a/README.rst b/README.rst
index 1ab167a..be83c65 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 2.2.0
+:Version: 2.2.1
:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/
diff --git a/amqp/__init__.py b/amqp/__init__.py
index dfcb732..70bc07c 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -20,7 +20,7 @@ import re
from collections import namedtuple
-__version__ = '2.2.0'
+__version__ = '2.2.1'
__author__ = 'Barry Pederson'
__maintainer__ = 'Ask Solem'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 8218a17..d88fce6 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.2.0
+:Version: 2.2.1
:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/