File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 25
25
htmlcov /
26
26
.cache /
27
27
.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
+
1
9
4.2.0 - 2023-11-06
2
10
--------------------
3
11
- Update process.py to close during join only if process has completed.
Original file line number Diff line number Diff line change 1
1
========
2
2
billiard
3
3
========
4
- :version: 4.2.0
4
+ :version: 4.2.1
5
5
6
6
|build-status-lin | |build-status-win | |license | |wheel | |pyversion | |pyimp |
7
7
Original file line number Diff line number Diff line change 19
19
20
20
21
21
import sys
22
+
22
23
from . import context
23
24
24
- VERSION = (4 , 2 , 0 )
25
+ VERSION = (4 , 2 , 1 )
25
26
__version__ = '.' .join (map (str , VERSION [0 :4 ])) + "" .join (VERSION [4 :])
26
27
__author__ = 'R Oudkerk / Python Software Foundation'
27
28
__author_email__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments