summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-03-02 14:10:59 +0000
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-03-02 14:10:59 +0000
commit23f8dcf86cf692fcc9dce48350d5d86c0bc63ada (patch)
tree3fd459f4fde08ee078f8309ad9d951977d052007
parentf816b0a90cc123dde4240d1d1fa22e582f65340d (diff)
downloadnumpy-23f8dcf86cf692fcc9dce48350d5d86c0bc63ada.tar.gz
REL: Release 1.8.1rc1v1.8.1rc1
-rw-r--r--pavement.py4
-rwxr-xr-xsetup.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/pavement.py b/pavement.py
index d3777f7b2..f1dfed1dd 100644
--- a/pavement.py
+++ b/pavement.py
@@ -98,10 +98,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.8.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.8.1-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.7.0'
+LOG_START = 'v1.8.0'
LOG_END = 'maintenance/1.8.x'
diff --git a/setup.py b/setup.py
index c86852e07..2e7bdb1ec 100755
--- a/setup.py
+++ b/setup.py
@@ -49,9 +49,9 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 8
-MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+MICRO = 1
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string