diff options
author | Ask Solem <ask@celeryproject.org> | 2016-10-21 17:49:46 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2016-10-21 17:49:46 -0700 |
commit | c7fe94fa059b4a5f291d7366eeeaa99daf37164a (patch) | |
tree | be71b95aa7e47a21f0e5d237f7dc578f82a78b7b /kombu | |
parent | dac81908fd5b46791944a76f48f093a652363b97 (diff) | |
download | kombu-c7fe94fa059b4a5f291d7366eeeaa99daf37164a.tar.gz |
Bumps version to 4.0.0rc6v4.0.0rc6
Diffstat (limited to 'kombu')
-rw-r--r-- | kombu/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |