summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-09-08 15:17:25 -0700
committerAsk Solem <ask@celeryproject.org>2016-09-08 15:17:25 -0700
commita19de89a176020b3771d6cb5f4cd299225217478 (patch)
tree576b24599e0da1110f5d5db1f85b28dc68b4063f
parentfe977e305ab5580d368e7b4f8fe4bc81a9720b57 (diff)
downloadkombu-a19de89a176020b3771d6cb5f4cd299225217478.tar.gz
Bumps version to 4.0.0rc4
-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 553381d4..81e6783c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.0.0rc3
+:Version: 4.0.0rc4
: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 71b66eeb..3bf31de9 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 4.0.0rc3
+:Version: 4.0.0rc4
: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 076daee9..ca6d2487 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.0rc3'
+__version__ = '4.0.0rc4'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'