Bumps version to 4.0.0rc6

This commit is contained in:
Ask Solem 2016-10-21 17:49:46 -07:00
parent dac81908fd
commit c7fe94fa05
3 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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'