summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-09-07 16:37:40 -0700
committerAsk Solem <ask@celeryproject.org>2016-09-07 16:37:40 -0700
commitb4b57f9fff355546714e74f27e633eb3860a19b2 (patch)
treeda648262fdda21006176b54ef478d35011828ad9
parent963817c5f08033e60f093bfcf287f73b0cab2ad3 (diff)
downloadpy-amqp-2.1.0.tar.gz
Bump version: 2.0.3 → 2.1.0v2.1.0
-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 8736199..cc5ef95 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.0.3
+current_version = 2.1.0
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 0d0c65a..4eec51c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 2.0.3
+:Version: 2.1.0
: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 03389bb..016b478 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -20,7 +20,7 @@ import re
from collections import namedtuple
-__version__ = '2.0.3'
+__version__ = '2.1.0'
__author__ = 'Barry Pederson'
__maintainer__ = 'Ask Solem'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index ade5c3e..163aa09 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.0.3
+:Version: 2.1.0
:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/