We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496efea commit 3e47110Copy full SHA for 3e47110
meson.build
@@ -4,7 +4,7 @@ project(
4
# Note that the git commit hash cannot be added dynamically here (it is added
5
# in the dynamically generated and installed `scipy/version.py` though - see
6
# tools/version_utils.py
7
- version: '1.10.0rc2',
+ version: '1.10.0rc3',
8
license: 'BSD-3',
9
meson_version: '>= 0.64.0',
10
default_options: [
tools/version_utils.py
@@ -6,9 +6,9 @@
MAJOR = 1
MINOR = 10
MICRO = 0
-ISRELEASED = True
+ISRELEASED = False
IS_RELEASE_BRANCH = True
11
-VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
12
13
14
def get_version_info(source_root):
0 commit comments