Skip to content

Commit 6b5590c

Browse files
authored
Release 3.5.0 (#177)
1 parent 8dd980b commit 6b5590c

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.5.0 (TDB)
2-
===========
1+
3.5.0 (2024-04-29)
2+
==================
33

44
- Added support for the Scientific Python version of OpenBLAS
55
(https://github.com/MacPython/openblas-libs), which exposes symbols with different

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.5.0.dev0"
27+
__version__ = "3.5.0"
2828
__all__ = [
2929
"threadpool_limits",
3030
"threadpool_info",

0 commit comments

Comments
 (0)