Skip to content

Commit

Permalink
Release 3.4.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb authored Mar 20, 2024
1 parent b6813a6 commit 81f70f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.4.0 (TDB)
===========
3.4.0 (2024-03-20)
==================

- Added support for Python interpreters statically linked against libc or linked against
alternative implementations of libc like musl (on Alpine Linux for instance).
Expand Down
2 changes: 1 addition & 1 deletion threadpoolctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from functools import lru_cache
from contextlib import ContextDecorator

__version__ = "3.3.0"
__version__ = "3.4.0"
__all__ = [
"threadpool_limits",
"threadpool_info",
Expand Down

0 comments on commit 81f70f0

Please sign in to comment.