diff options
author | Ask Solem <ask@celeryproject.org> | 2016-09-08 15:17:25 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2016-09-08 15:17:25 -0700 |
commit | a19de89a176020b3771d6cb5f4cd299225217478 (patch) | |
tree | 576b24599e0da1110f5d5db1f85b28dc68b4063f | |
parent | fe977e305ab5580d368e7b4f8fe4bc81a9720b57 (diff) | |
download | kombu-a19de89a176020b3771d6cb5f4cd299225217478.tar.gz |
Bumps version to 4.0.0rc4
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | docs/includes/introduction.txt | 2 | ||||
-rw-r--r-- | kombu/__init__.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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' |