Skip to content

Commit cfb43e1

Browse files
committed
Bump version: 5.4.0rc2 → 5.4.0rc3
1 parent a696a4f commit cfb43e1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.4.0rc2
2+
current_version = 5.4.0rc3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

Changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
5.4.0rc3
1010
========
11-
:release-date: 21 July, 2024
11+
:release-date: 22 July, 2024
1212
:release-by: Tomer Nosrati
1313

1414
- Fixed typo in Changelog for v5.4.0rc2 (#2057)

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
66

7-
:Version: 5.4.0rc2
7+
:Version: 5.4.0rc3
88
:Documentation: https://kombu.readthedocs.io/
99
:Download: https://pypi.org/project/kombu/
1010
:Source: https://github.com/celery/kombu/

docs/includes/introduction.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 5.4.0rc2
1+
:Version: 5.4.0rc3
22
:Web: https://kombu.readthedocs.io/
33
:Download: https://pypi.org/project/kombu/
44
:Source: https://github.com/celery/kombu/

kombu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from collections import namedtuple
99
from typing import Any, cast
1010

11-
__version__ = '5.4.0rc2'
11+
__version__ = '5.4.0rc3'
1212
__author__ = 'Ask Solem'
1313
__contact__ = '[email protected]'
1414
__homepage__ = 'https://kombu.readthedocs.io'

0 commit comments

Comments
 (0)