summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-12-18 15:11:03 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-12-18 15:11:03 -0700
commitbfc9a059c48c57c4ef20bebe88d6f6ce363d1464 (patch)
treeaef2cc238d5068a9b6d495686fafafc86f65ef30
parentb0a52b76c2bebe5c237722589d13bf02affa9c43 (diff)
downloadnumpy-bfc9a059c48c57c4ef20bebe88d6f6ce363d1464.tar.gz
REL: NumPy 1.11.3 release.v1.11.3
-rw-r--r--pavement.py2
-rwxr-xr-xsetup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index 82c0343e6..48761c500 100644
--- a/pavement.py
+++ b/pavement.py
@@ -102,7 +102,7 @@ finally:
RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.10.0'
+LOG_START = 'v1.11.2'
LOG_END = 'maintenance/1.11.x'
diff --git a/setup.py b/setup.py
index 19b19f2ba..493af654d 100755
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 11
-MICRO = 0
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)