File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.1
2+ current_version = 5.5.2
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 44 Change history
55================
66
7+ .. _version-5.5.2 :
8+
9+ 5.5.2
10+ =====
11+ :release-date: 31 Mar, 2025
12+ :release-by: Tomer Nosrati
13+
14+ What's Changed
15+ ~~~~~~~~~~~~~~
16+
17+ - Bump tzdata from 2025.1 to 2025.2 (#2268)
18+ - Downgrad kafka version to make the CI green again (#2271)
19+ - Attempt to fix retry loop in `maybe_declare() ` when broken connection (#2275)
20+ - Prepare for release: v5.5.2 (#2278)
21+
722.. _version-5.5.1 :
823
9245.5.1
Original file line number Diff line number Diff line change 44
55|build-status | |coverage | |license | |wheel | |pyversion | |pyimp | |downloads |
66
7- :Version: 5.5.1
7+ :Version: 5.5.2
88:Documentation: https://kombu.readthedocs.io/
99:Download: https://pypi.org/project/kombu/
1010:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 1- :Version: 5.5.1
1+ :Version: 5.5.2
22:Web: https://kombu.readthedocs.io/
33:Download: https://pypi.org/project/kombu/
44:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 88from collections import namedtuple
99from typing import Any , cast
1010
11- __version__ = '5.5.1 '
11+ __version__ = '5.5.2 '
1212__author__ = 'Ask Solem'
13131414__homepage__ = 'https://kombu.readthedocs.io'
You can’t perform that action at this time.
0 commit comments