summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-12 15:44:17 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-06-12 15:44:17 -0600
commit999b4ddc64c9bda4eb58f0feda801835d34de94e (patch)
tree7a914052f336111992429b7d99909cf0ac03e68e /pavement.py
parent3d9a082d146195944071a81ed0eae9d16976961a (diff)
downloadnumpy-999b4ddc64c9bda4eb58f0feda801835d34de94e.tar.gz
REL: Setup maintenance/1.15.x branch.
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 3484e8029..3cb616a3a 100644
--- a/pavement.py
+++ b/pavement.py
@@ -98,8 +98,8 @@ finally:
RELEASE_NOTES = 'doc/release/1.15.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.14.x'
-LOG_END = 'master'
+LOG_START = 'v1.14.0'
+LOG_END = 'maintenance/1.15.x'
#-------------------------------------------------------