Skip to content

Commit 81f70f0

Browse files
authored
Release 3.4.0 (#172)
1 parent b6813a6 commit 81f70f0

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.4.0 (TDB)
2-
===========
1+
3.4.0 (2024-03-20)
2+
==================
33

44
- Added support for Python interpreters statically linked against libc or linked against
55
alternative implementations of libc like musl (on Alpine Linux for instance).

threadpoolctl.py

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

26-
__version__ = "3.3.0"
26+
__version__ = "3.4.0"
2727
__all__ = [
2828
"threadpool_limits",
2929
"threadpool_info",

0 commit comments

Comments
 (0)