Skip to content

Commit

Permalink
Release 3.5.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb authored Apr 29, 2024
1 parent 8dd980b commit 6b5590c
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.5.0 (TDB)
===========
3.5.0 (2024-04-29)
==================

- Added support for the Scientific Python version of OpenBLAS
(https://github.com/MacPython/openblas-libs), which exposes symbols with different
Expand Down
2 changes: 1 addition & 1 deletion threadpoolctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from functools import lru_cache
from contextlib import ContextDecorator

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

1 comment on commit 6b5590c

@chetooo40
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I saved

Please sign in to comment.