Skip to content

Commit

Permalink
Prepare for release: v5.4.2 (#2119)
Browse files Browse the repository at this point in the history
* Bump version: 5.4.1 → 5.4.2

* Added Changelog for v5.4.2
  • Loading branch information
Nusnus committed Sep 19, 2024
1 parent 4ee6933 commit 8957e55
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.4.1
current_version = 5.4.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Expand Down
16 changes: 16 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
Change history
================

.. _version-5.4.2:

5.4.2
=====
:release-date: 19 Sep, 2024
:release-by: Tomer Nosrati

Fixed issue with SQS #2113

- tzdata is required for machines without IANA database (#2107)
- blacksmith.sh: Migrate workflows to Blacksmith (#2112)
- Revert "Validate SQS SSL certs by default" (#2114)
- Update pymongo to 4.9 (#2115)
- Bump pymongo from 4.9 to 4.9.1 (#2118)
- Prepare for release: v5.4.2 (#2119)

.. _version-5.4.1:

5.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

:Version: 5.4.1
:Version: 5.4.2
:Documentation: https://kombu.readthedocs.io/
:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 5.4.1
:Version: 5.4.2
:Web: https://kombu.readthedocs.io/
:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/
Expand Down
2 changes: 1 addition & 1 deletion kombu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import namedtuple
from typing import Any, cast

__version__ = '5.4.1'
__version__ = '5.4.2'
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
__homepage__ = 'https://kombu.readthedocs.io'
Expand Down

0 comments on commit 8957e55

Please sign in to comment.