diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-06-12 15:44:17 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-06-12 15:44:17 -0600 |
commit | 999b4ddc64c9bda4eb58f0feda801835d34de94e (patch) | |
tree | 7a914052f336111992429b7d99909cf0ac03e68e /pavement.py | |
parent | 3d9a082d146195944071a81ed0eae9d16976961a (diff) | |
download | numpy-999b4ddc64c9bda4eb58f0feda801835d34de94e.tar.gz |
REL: Setup maintenance/1.15.x branch.
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 4 |
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' #------------------------------------------------------- |