mirror of https://github.com/celery/kombu.git
Bumps version to 4.0.0rc3 (forgot to PGP sign, parity with celery 4 rc number)
This commit is contained in:
parent
07a93b8c89
commit
91e2c20d7d
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue