Skip to content

Commit

Permalink
Release 3.2.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb authored Jul 13, 2023
1 parent 0172dfa commit be1bf99
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.2.0 (TBD)
===========
3.2.0 (2023-07-13)
==================

- Dropped support for Python 3.6 and 3.7.

Expand Down
2 changes: 1 addition & 1 deletion threadpoolctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from functools import lru_cache
from contextlib import ContextDecorator

__version__ = "3.2.0.dev0"
__version__ = "3.2.0"
__all__ = [
"threadpool_limits",
"threadpool_info",
Expand Down

0 comments on commit be1bf99

Please sign in to comment.