From d6bfb905e3c04e11414b9b3fc32f4253ab1e8051 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Fri, 12 Jan 2024 13:26:37 -0700 Subject: [PATCH] REL: 1.12.0rc2 [wheel build] * SciPy `1.12.0rc2` 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 c704d76cd8b6..0bb4cea4d244 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.%drc2' % (MAJOR, MINOR, MICRO)