Skip to content

Commit

Permalink
REL: 1.6.2 release commit
Browse files Browse the repository at this point in the history
* set `ISRELEASED = True` for SciPy `1.6.2`
  • Loading branch information
tylerjereddy committed Mar 21, 2021
1 parent 7f56e95 commit f2ef65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -56,7 +56,7 @@
MAJOR = 1
MINOR = 6
MICRO = 2
ISRELEASED = False
ISRELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit f2ef65d

Please sign in to comment.