diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-05-10 11:01:08 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-05-10 11:01:08 -0600 |
commit | a3afc25089b5343b2dc7ea21add26d03fc232539 (patch) | |
tree | c9d103aad79c1f19404e1aadffcf61650ffaa211 /pavement.py | |
parent | 14ff219a13e194c5e7995218fea3c7648eb1c875 (diff) | |
download | numpy-a3afc25089b5343b2dc7ea21add26d03fc232539.tar.gz |
MAINT: Update master branch for 1.14.0 development.
Post 1.13.x branch housekeeping.
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 850cc43b6..2e94f6146 100644 --- a/pavement.py +++ b/pavement.py @@ -99,10 +99,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.13.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.14.0-notes.rst' # Start/end of the log (from git) -LOG_START = 'maintenance/1.12.x' +LOG_START = 'maintenance/1.13.x' LOG_END = 'master' |