summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-10-26 17:21:39 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-10-26 17:21:39 +0100
commitc88fd91482782f35a78d6144331471085b8695b0 (patch)
tree39bc95026658ebd2b5cb400769416b1474bf52c2
parenta4eddade30a84b23c9ddce7daac7f542c29c3eff (diff)
downloadnumpy-1.9.1rc1.tar.gz
REL: Release 1.9.1rc1v1.9.1rc1
-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 ff5f279cf..8c418e1bc 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.9.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.9.1-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.8.2'
+LOG_START = 'v1.9.0'
LOG_END = 'maintenance/1.9.x'
diff --git a/setup.py b/setup.py
index 833eb5545..6ef9bc7fa 100755
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 9
MICRO = 1
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string