mirror of https://github.com/celery/kombu.git
Bump version: 4.4.0 → 4.5.0
This commit is contained in:
parent
a23af6a51e
commit
574641e01f
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 4.4.0
|
||||
current_version = 4.5.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
|
||||
|
||||
:Version: 4.4.0
|
||||
:Version: 4.5.0
|
||||
:Documentation: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/kombu/
|
||||
:Source: https://github.com/celery/kombu/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:Version: 4.4.0
|
||||
:Version: 4.5.0
|
||||
:Web: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/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.4.0'
|
||||
__version__ = '4.5.0'
|
||||
__author__ = 'Ask Solem'
|
||||
__contact__ = 'ask@celeryproject.org'
|
||||
__homepage__ = 'https://kombu.readthedocs.io'
|
||||
|
|
Loading…
Reference in New Issue