Skip to content

Commit d5bf10b

Browse files
authored
Release 3.6.0 (#192)
1 parent 527ef5f commit d5bf10b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.6.0 (TBD)
2-
===========
1+
3.6.0 (2025-03-13)
2+
==================
33

44
- Added support for libraries with a path longer than 260 on Windows. The supported path
55
length is now 10 times higher but not unlimited for security reasons.

threadpoolctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from functools import lru_cache
2525
from contextlib import ContextDecorator
2626

27-
__version__ = "3.6.0.dev0"
27+
__version__ = "3.6.0"
2828
__all__ = [
2929
"threadpool_limits",
3030
"threadpool_info",

0 commit comments

Comments
 (0)