Skip to content

Commit

Permalink
REL: 1.11.2 release [wheel build]
Browse files Browse the repository at this point in the history
* SciPy `1.11.2` release commit

[wheel build]
  • Loading branch information
tylerjereddy committed Aug 17, 2023
1 parent dede0d3 commit 686422c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -4,7 +4,7 @@ project(
# Note that the git commit hash cannot be added dynamically here (it is added
# in the dynamically generated and installed `scipy/version.py` though - see
# tools/version_utils.py
version: '1.11.2.dev0',
version: '1.11.2',
license: 'BSD-3',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion tools/version_utils.py
Expand Up @@ -6,7 +6,7 @@
MAJOR = 1
MINOR = 11
MICRO = 2
ISRELEASED = False
ISRELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 686422c

Please sign in to comment.