File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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+
164.2.3 - 2025-11-16
27--------------------
38- Ensure that task results are delivered during pool shutdown ( # 435)
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 2222
2323from . 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'
You can’t perform that action at this time.
0 commit comments