Skip to content

Commit 67588f8

Browse files
authored
Prepare for release: v5.5.4 (#2309)
* Bump version: 5.5.3 → 5.5.4 * Added Changelog for v5.5.4
1 parent b7f5fe3 commit 67588f8

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.5.3
2+
current_version = 5.5.4
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

Changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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

930
5.5.3

README.rst

Lines changed: 1 addition & 1 deletion
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.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/

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

kombu/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.3'
11+
__version__ = '5.5.4'
1212
__author__ = 'Ask Solem'
1313
__contact__ = 'auvipy@gmail.com'
1414
__homepage__ = 'https://kombu.readthedocs.io'

0 commit comments

Comments
 (0)