summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-12 09:57:46 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-03-12 09:57:46 -0600
commit6a58e25703cbecb6786faa09a04ae2ec8221348b (patch)
tree19a5939cd1d96dd1ebd0dc3396b0c257bf2ccb6d
parent4113a4ed8a8551ef3fd2c32b2a86880d3ab5eaea (diff)
downloadnumpy-1.14.2.tar.gz
REL: NumPy 1.14.2 release.v1.14.2
-rw-r--r--pavement.py6
-rwxr-xr-xsetup.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/pavement.py b/pavement.py
index 780993a38..54952fbdd 100644
--- a/pavement.py
+++ b/pavement.py
@@ -95,11 +95,11 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.14.2-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.13.x'
-LOG_END = 'master'
+LOG_START = 'v1.14.1'
+LOG_END = 'maintenance/1.14.x'
#-------------------------------------------------------
diff --git a/setup.py b/setup.py
index 33001053d..74946dbd5 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
-MICRO = 0
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)