summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-07-11 20:09:45 -0700
committerAsk Solem <ask@celeryproject.org>2016-07-11 20:09:45 -0700
commit1a0615665369777e5aa7b3fbb37db4b1beb470c7 (patch)
tree36c4a0557d601b972462ea872a1689e7229f3573
parent67653f84cfcc33149e468b99cff243390e86a2cc (diff)
downloadpy-amqp-1a0615665369777e5aa7b3fbb37db4b1beb470c7.tar.gz
Bump version: 2.0.2 → 2.0.3v2.0.3
-rw-r--r--.bumpversion.cfg9
-rw-r--r--README.rst2
-rw-r--r--amqp/__init__.py2
-rw-r--r--docs/includes/introduction.txt2
4 files changed, 8 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6ea36fd..8736199 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,14 +1,15 @@
[bumpversion]
-current_version = 2.0.2
+current_version = 2.0.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
-serialize =
- {major}.{minor}.{patch}{releaselevel}
- {major}.{minor}.{patch}
+serialize =
+ {major}.{minor}.{patch}{releaselevel}
+ {major}.{minor}.{patch}
[bumpversion:file:amqp/__init__.py]
[bumpversion:file:docs/includes/introduction.txt]
[bumpversion:file:README.rst]
+
diff --git a/README.rst b/README.rst
index f4e4c76..f3a9001 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage|
-:Version: 2.0.2
+:Version: 2.0.3
: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 17b1f03..03389bb 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -20,7 +20,7 @@ import re
from collections import namedtuple
-__version__ = '2.0.2'
+__version__ = '2.0.3'
__author__ = 'Barry Pederson'
__maintainer__ = 'Ask Solem'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 3acc0e0..ade5c3e 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.0.2
+:Version: 2.0.3
:Web: https://amqp.readthedocs.io/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/