Skip to content

Commit 69c2f29

Browse files
authored
Prepare for release: v4.2.4 (#439)
* Bump version: 4.2.3 → 4.2.4 * Prepare for release: v4.2.4
1 parent 973c773 commit 69c2f29

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.2.4 - 2025-11-30
2+
--------------------
3+
- Eliminate usage of 'return' in 'finally' blocks (#438)
4+
- Prepare for release: v4.2.4 (#439)
5+
16
4.2.3 - 2025-11-16
27
--------------------
38
- Ensure that task results are delivered during pool shutdown (#435)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ billiard
44

55
|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
66

7-
:Version: 4.2.3
7+
:Version: 4.2.4
88
:Web: https://billiard.readthedocs.io
99
:Download: https://pypi.org/project/billiard/
1010
:Source: https://github.com/celery/billiard/

billiard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from . import context
2424

25-
VERSION = (4, 2, 3)
25+
VERSION = (4, 2, 4)
2626
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
2727
__author__ = 'R Oudkerk / Python Software Foundation'
2828
__author_email__ = 'python-dev@python.org'

0 commit comments

Comments
 (0)