summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-12-08 13:17:44 -0700
committerCharles Harris <charlesr.harris@gmail.com>2017-12-08 13:21:21 -0700
commitc97c69f12fe629b77272b4420e53fb38c8ca9fe1 (patch)
treeafbbf9bf3be21f5656a52c1eaae80125ed3f4861 /pavement.py
parent5f01e54b20e38d483e8bab31bf5f953a860fe8d3 (diff)
downloadnumpy-c97c69f12fe629b77272b4420e53fb38c8ca9fe1.tar.gz
MAINT: Prepare master for 1.15 development.
Create `1.15.0-notes.rst`, add them to the documentation, and update `pavement.py`. [ci skip]
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 780993a38..0065c142b 100644
--- a/pavement.py
+++ b/pavement.py
@@ -95,10 +95,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.15.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.13.x'
+LOG_START = 'maintenance/1.14.x'
LOG_END = 'master'