8000 REL: NumPy 1.15.0rc2 release. · r-devulap/numpy@ccc68b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccc68b8

Browse files
committed
REL: NumPy 1.15.0rc2 release.
1 parent 3f6e8dc commit ccc68b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
MAJOR = 1
6666
MINOR = 15
6767
MICRO = 0
68-
ISRELEASED = False
69-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
68+
ISRELEASED = True
69+
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
7070

7171

7272
# Return the git revision as a string

0 commit comments

Comments
 (0)
0