File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2525htmlcov /
2626.cache /
2727.coverage
28+ .vscode /
29+ .python-version
Original file line number Diff line number Diff line change 1+ 4.2.1 - 2024-09-21
2+ --------------------
3+ - Remove `SIGUSR2` from `TERMSIGS_DEAULT`
4+ - Add on_ready_counter to Worker.__reduce__.
5+ - Adapt for logging lock internal changes in Python3.13
6+ - blacksmith.sh: Migrate workflows to blacksmith
7+ - Prepare for release: v4.2.1
8+
194.2.0 - 2023-11-06
210--------------------
311- Update process.py to close during join only if process has completed.
Original file line number Diff line number Diff line change 11========
22billiard
33========
4- :version: 4.2.0
4+ :version: 4.2.1
55
66|build-status-lin | |build-status-win | |license | |wheel | |pyversion | |pyimp |
77
Original file line number Diff line number Diff line change 1919
2020
2121import sys
22+
2223from . import context
2324
24- VERSION = (4 , 2 , 0 )
25+ VERSION = (4 , 2 , 1 )
2526__version__ = '.' .join (map (str , VERSION [0 :4 ])) + "" .join (VERSION [4 :])
2627__author__ = 'R Oudkerk / Python Software Foundation'
2728__author_email__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments