summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-21 10:07:00 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-06-21 10:07:00 -0600
commit6bf63fc46bc22e16fa88a6d65e025df1a1e7524d (patch)
treeb50a8397d0397f7fa7151b8b0729dac1a3fe74d5
parent7850096157436c650803e8ea6d98ec0d42d96102 (diff)
downloadnumpy-6bf63fc46bc22e16fa88a6d65e025df1a1e7524d.tar.gz
REL: prepare 1.15.x for further development
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d69b03f69..4af382fa8 100755
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 15
MICRO = 0
-ISRELEASED = True
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED = False
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string