summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Haldane <allan.haldane@gmail.com>2018-04-27 15:36:49 -0400
committerAllan Haldane <allan.haldane@gmail.com>2018-04-27 16:34:35 -0400
commit73299826729be58cec179b52c656adfcaefada93 (patch)
tree27e50fb850fef2ad80c1c116ef1c61fbb4c9e812
parent5c20a5a71f6296f461454b5695f9dd2249f396d7 (diff)
downloadnumpy-73299826729be58cec179b52c656adfcaefada93.tar.gz
REL: NumPy 1.14.3 releasev1.14.3
-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..879740341 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.3-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.13.x'
-LOG_END = 'master'
+LOG_START = 'v1.14.2'
+LOG_END = 'v1.14.3'
#-------------------------------------------------------
diff --git a/setup.py b/setup.py
index 33001053d..6df3dbe02 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
-MICRO = 0
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)