File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.4.0rc2
2
+ current_version = 5.4.0rc3
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 8
8
9
9
5.4.0rc3
10
10
========
11
- :release-date: 21 July, 2024
11
+ :release-date: 22 July, 2024
12
12
:release-by: Tomer Nosrati
13
13
14
14
- Fixed typo in Changelog for v5.4.0rc2 (#2057)
Original file line number Diff line number Diff line change 4
4
5
5
|build-status | |coverage | |license | |wheel | |pyversion | |pyimp | |downloads |
6
6
7
- :Version: 5.4.0rc2
7
+ :Version: 5.4.0rc3
8
8
:Documentation: https://kombu.readthedocs.io/
9
9
:Download: https://pypi.org/project/kombu/
10
10
:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 1
- :Version: 5.4.0rc2
1
+ :Version: 5.4.0rc3
2
2
:Web: https://kombu.readthedocs.io/
3
3
:Download: https://pypi.org/project/kombu/
4
4
:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 8
8
from collections import namedtuple
9
9
from typing import Any , cast
10
10
11
- __version__ = '5.4.0rc2 '
11
+ __version__ = '5.4.0rc3 '
12
12
__author__ = 'Ask Solem'
13
13
14
14
__homepage__ = 'https://kombu.readthedocs.io'
You can’t perform that action at this time.
0 commit comments