summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-12-07 13:53:36 -0800
committerAsk Solem <ask@celeryproject.org>2016-12-07 13:53:36 -0800
commit805ea81f0c5f18298b505cf81bc9c102f1691179 (patch)
treef7f21276928737fadf11227fd2e0c2bcb248706f
parent1a1d8d3464f5adff6961a5042fa82140ebf26e1e (diff)
downloadpy-amqp-805ea81f0c5f18298b505cf81bc9c102f1691179.tar.gz
Bump version: 2.1.1 → 2.1.2v2.1.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 6140c2a..76bacac 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.1.1
+current_version = 2.1.2
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 a805c62..5c4194c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 2.1.1
+:Version: 2.1.2
: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 2153169..5aeaf10 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -20,7 +20,7 @@ import re
from collections import namedtuple
-__version__ = '2.1.1'
+__version__ = '2.1.2'
__author__ = 'Barry Pederson'
__maintainer__ = 'Ask Solem'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 3c72a07..be8c895 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.1.1
+:Version: 2.1.2
:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/