Bumps version to 4.0.0rc3 (forgot to PGP sign, parity with celery 4 rc number)

This commit is contained in:
Ask Solem 2016-07-08 15:34:53 -07:00
parent 07a93b8c89
commit 91e2c20d7d
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
|build-status| |coverage| |bitdeli|
:Version: 4.0.0rc1
:Version: 4.0.0rc3
: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.0rc1
:Version: 4.0.0rc3
: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.0rc1'
__version__ = '4.0.0rc3'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'