Skip to content

Commit de561fc

Browse files
committed
Release 3.0.0
1 parent 36415a2 commit de561fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 3.0.0 - XXXX-YY-ZZ
1+
### 3.0.0 - 2021-09-10
22

33
- Avoid a NameError when calling the `exit` builtin on Windows when
44
loky is executed as part of a frozen Python binary. (#290)

loky/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
"wrap_non_picklable_objects", "set_loky_pickler"]
2323

2424

25-
__version__ = '3.0.0.dev0'
25+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)