From 6b5590c962e9aab76e4bfa33eac83e13903ede6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20du=20Boisberranger?= Date: Mon, 29 Apr 2024 15:40:33 +0200 Subject: [PATCH] Release 3.5.0 (#177) --- CHANGES.md | 4 ++-- threadpoolctl.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e19c536..bb649f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/threadpoolctl.py b/threadpoolctl.py index c53b33a..2a72d1b 100644 --- a/threadpoolctl.py +++ b/threadpoolctl.py @@ -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",