summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-06 08:43:07 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-06-06 08:43:07 -0600
commit83419d6462461110035fa27e322efed557c739ac (patch)
treef814b62299dbfe6c30915841e4144e52006a7a97
parent25b51554e0e337e21d375adf9c5699414db7ed59 (diff)
downloadnumpy-1.14.4.tar.gz
REL: NumPy 1.14.4 release.v1.14.4
-rw-r--r--pavement.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index 3a17b0d8f..218844783 100644
--- a/pavement.py
+++ b/pavement.py
@@ -95,7 +95,7 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.14.3-notes.rst'
+RELEASE_NOTES = 'doc/release/1.14.4-notes.rst'
# Start/end of the log (from git)
LOG_START = 'v1.14.3'
diff --git a/setup.py b/setup.py
index f3a343268..c33d3c3b5 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
MICRO = 4
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)