diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 19:22:58 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 19:22:58 -0700 |
commit | 58089f3ef9e18f3a4f7634e1b84eebefd45605f8 (patch) | |
tree | 4628b129173c78f1f7c64cf7ae4f4a71c8c972fc /pavement.py | |
parent | 275fa79351e5fb30c19d78f29513a5be646ca1c8 (diff) | |
parent | 70350f4e2ca3afe5362a8b565f1d101221c4e6a8 (diff) | |
download | numpy-58089f3ef9e18f3a4f7634e1b84eebefd45605f8.tar.gz |
Merge pull request #7062 from charris/pre-1.10.x-branch
REL: Prepare for 1.10.x branch.
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index ace0a5c02..01328442e 100644 --- a/pavement.py +++ b/pavement.py @@ -102,7 +102,7 @@ finally: RELEASE_NOTES = 'doc/release/1.11.0-notes.rst' # Start/end of the log (from git) -LOG_START = 'v1.10.0b1' +LOG_START = 'v1.10.0' LOG_END = 'master' |