summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-22 18:47:38 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-09-22 18:47:38 -0600
commitb261d8e562d162397fb0458cf8f281e0bb8e4ced (patch)
tree9dc442d8e36f9f2c3f7140e770e360c2561751ae
parent8e54aaa6da3a7072ac0ec33376c496f7e57fbb58 (diff)
downloadnumpy-1.15.2.tar.gz
REL: NumPy 1.15.2 release.v1.15.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5666f90e2..1642e6a57 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 15
MICRO = 2
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)