File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed
Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.3
2+ current_version = 5.5.4
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.4 :
8+
9+ 5.5.4
10+ =====
11+ :release-date: 01 June, 2025
12+ :release-by: Tomer Nosrati
13+
14+ What's Changed
15+ ~~~~~~~~~~~~~~
16+
17+ - chore: add Codecov test analytics (#2290)
18+ - Added DeepWiki to README (#2295)
19+ - redis.connection.ConnectionPool API change: get_connection does not accept arguments (#2294)
20+ - Update mongodb.txt to match celery version (#2297)
21+ - Update ubuntu version as per blacksmiths update (#2301)
22+ - Resolve logger warnings (#2302)
23+ - Fixed lint error from `kombu/transport/native_delayed_delivery.py ` (#2308)
24+ - Prepare for release: v5.5.4 (#2309)
25+
26+ .. _version-5.5.2 :
27+
728.. _version-5.5.3 :
829
9305.5.3
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.3
7+ :Version: 5.5.4
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.3
1+ :Version: 5.5.4
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.3 '
11+ __version__ = '5.5.4 '
1212__author__ = 'Ask Solem'
1313__contact__ = 'auvipy@gmail.com'
1414__homepage__ = 'https://kombu.readthedocs.io'
You can’t perform that action at this time.
0 commit comments