summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-12-15 15:33:22 -0800
committerAsk Solem <ask@celeryproject.org>2016-12-15 15:33:22 -0800
commit4a690cef93d1178c0f08cf96ba80313b372ae079 (patch)
tree56a1256a78f7d4b4afbacc3c588ad79a386c9a39
parent9fbda5bc589e1dc0beea7931ce5c4393d9918323 (diff)
downloadkombu-4a690cef93d1178c0f08cf96ba80313b372ae079.tar.gz
Bump version: 4.0.1 → 4.0.2v4.0.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--README.rst2
-rw-r--r--docs/includes/introduction.txt2
-rw-r--r--kombu/__init__.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index a8484d19..76481c28 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 4.0.1
+current_version = 4.0.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 ce0d014a..ddd84375 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.0.1
+:Version: 4.0.2
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 911cea5a..efed1cf3 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 4.0.1
+:Version: 4.0.2
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/
diff --git a/kombu/__init__.py b/kombu/__init__.py
index 3c76591e..8a49eb20 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -10,7 +10,7 @@ if sys.version_info < (2, 7): # pragma: no cover
from collections import namedtuple # noqa
-__version__ = '4.0.1'
+__version__ = '4.0.2'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'