Bump version: 5.3.7 → 5.4.0rc1

This commit is contained in:
Tomer Nosrati 2024-06-22 17:01:39 +03:00
parent 0dbc7daff5
commit fb716d1cda
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.7
current_version = 5.4.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.3.7
:Version: 5.4.0rc
: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.3.7
:Version: 5.4.0rc
:Web: https://kombu.readthedocs.io/
:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/

View File

@ -8,7 +8,7 @@ import sys
from collections import namedtuple
from typing import Any, cast
__version__ = '5.3.7'
__version__ = '5.4.0rc'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com'
__homepage__ = 'https://kombu.readthedocs.io'