mirror of https://github.com/celery/kombu.git
Bump version: 5.1.0 → 5.2.0rc1
This commit is contained in:
parent
1b36026435
commit
7cede09c17
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 5.1.0
|
||||
current_version = 5.2.0rc1
|
||||
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| |downloads|
|
||||
|
||||
:Version: 5.1.0
|
||||
:Version: 5.2.0rc1
|
||||
:Documentation: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/kombu/
|
||||
:Source: https://github.com/celery/kombu/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:Version: 5.1.01
|
||||
:Version: 5.2.0rc1
|
||||
:Web: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/kombu/
|
||||
:Source: https://github.com/celery/kombu/
|
||||
|
|
|
@ -5,7 +5,7 @@ import re
|
|||
import sys
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '5.1.0'
|
||||
__version__ = '5.2.0rc1'
|
||||
__author__ = 'Ask Solem'
|
||||
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
|
||||
__homepage__ = 'https://kombu.readthedocs.io'
|
||||
|
|
Loading…
Reference in New Issue