summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles R Harris <charlesr.harris@gmail.com>2015-10-12 14:35:31 +0000
committerCharles R Harris <charlesr.harris@gmail.com>2015-10-12 14:35:31 +0000
commitf769c64026f5ff993ec1e28cbd9f39b8da75347d (patch)
tree44878c515509fdafd4562cf13adfb3f6280d286b
parentafda33517092f23d25bc4ca2e4331220440e79af (diff)
downloadnumpy-f769c64026f5ff993ec1e28cbd9f39b8da75347d.tar.gz
REL: Release 1.10.1v1.10.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 01d1c04e6..698ae11d8 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.10.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.10.1-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.9.0'
+LOG_START = 'v1.10.0'
LOG_END = 'maintenance/1.10.x'
diff --git a/setup.py b/setup.py
index 491f346e6..9edcb7dce 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 10
-MICRO = 0
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)