summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-03-18 09:29:25 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-03-18 09:29:25 -0600
commit11f77c8b19dae99981910695a806cbf4def67e24 (patch)
tree2fe6241f3a48d6556dac54df4f258dd9f09ee4ee
parentd3b9d199666232552f5919d387654824ad82071b (diff)
downloadnumpy-1.12.1.tar.gz
REL: NumPy 1.12.1 release.v1.12.1
-rw-r--r--pavement.py4
-rwxr-xr-xsetup.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/pavement.py b/pavement.py
index c6b4a23cd..09831d38e 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.12.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.12.1-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.11.x'
+LOG_START = 'v1.12.0'
LOG_END = 'maintenance/1.12.x'
diff --git a/setup.py b/setup.py
index 31c7a7831..cbe90e03d 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 12
-MICRO = 0
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)