From 4edfcaa3ce8a387450b6efce968572def71be089 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Sat, 20 Jan 2024 12:09:58 -0700 Subject: [PATCH] REL: SciPy 1.12.0 release commit [wheel build] * SciPy `1.12.0` "final" release commit [wheel build] --- tools/version_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/version_utils.py b/tools/version_utils.py index 048e00ecd17c..758a0e9b95f6 100644 --- a/tools/version_utils.py +++ b/tools/version_utils.py @@ -6,7 +6,7 @@ MAJOR = 1 MINOR = 12 MICRO = 0 -ISRELEASED = False +ISRELEASED = True IS_RELEASE_BRANCH = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)