summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-05-28 16:32:40 +0300
committerOmer Katz <omer.drow@gmail.com>2018-05-28 16:32:40 +0300
commitc976dbf7b9e9d39ae85430eec4a9f442c5687bcb (patch)
treed0e148778fbf7667fa87f134fc0bab17d8e1f165
parent04173fe885a2b2ea21630000ea1f4347879d477a (diff)
downloadpy-amqp-c976dbf7b9e9d39ae85430eec4a9f442c5687bcb.tar.gz
Bump version: 2.3.0 → 2.3.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 33cb2a1..d6c074e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.3.0
+current_version = 2.3.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 b16cc36..084e598 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 2.3.0
+:Version: 2.3.1
: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 0e66da5..4fcb23c 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -6,7 +6,7 @@ import re
from collections import namedtuple
-__version__ = '2.3.0'
+__version__ = '2.3.1'
__author__ = 'Barry Pederson'
__maintainer__ = 'Ask Solem'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index a42b282..841a089 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.3.0
+:Version: 2.3.1
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/