summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-10-21 17:49:46 -0700
committerAsk Solem <ask@celeryproject.org>2016-10-21 17:49:46 -0700
commitc7fe94fa059b4a5f291d7366eeeaa99daf37164a (patch)
treebe71b95aa7e47a21f0e5d237f7dc578f82a78b7b
parentdac81908fd5b46791944a76f48f093a652363b97 (diff)
downloadkombu-c7fe94fa059b4a5f291d7366eeeaa99daf37164a.tar.gz
Bumps version to 4.0.0rc6v4.0.0rc6
-rw-r--r--README.rst2
-rw-r--r--docs/includes/introduction.txt2
-rw-r--r--kombu/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index bd4e7201..3e731a36 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.0.0rc5
+:Version: 4.0.0rc6
: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 07a70749..5fad5963 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 4.0.0rc5
+:Version: 4.0.0rc6
: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 62eea6f7..7ebf010d 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.0rc5'
+__version__ = '4.0.0rc6'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'