summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-08-02 19:55:14 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-08-03 08:45:28 -0600
commitb06dbc15d9db0e224d338c84ac98a925a7945d4c (patch)
tree794bd22d629ab2b3393f15733eb8f6e230fe9e80 /pavement.py
parenta39d355d4c286e823e9c48efb9345ad3705fdbad (diff)
downloadnumpy-b06dbc15d9db0e224d338c84ac98a925a7945d4c.tar.gz
MAINT: Init master branch for 1.11.0 development.
Create 1.11.0-notes.rst template. Update version number in setup.py. Update version number in numpyconfig.h. Update version number in pavement.py. Update version number in bento.info.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index 9e3cb065c..ac857a492 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.11.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.9.0b1'
+LOG_START = 'v1.10.0b1'
LOG_END = 'master'