Bump version: 5.1.0 → 5.2.0rc1

This commit is contained in:
Asif Saif Uddin 2021-09-07 12:11:22 +06:00
parent 1b36026435
commit 7cede09c17
4 changed files with 4 additions and 4 deletions

View File

@ -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]+)?

View File

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

View File

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

View File

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