diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 18:42:23 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 18:42:23 -0700 |
commit | 70350f4e2ca3afe5362a8b565f1d101221c4e6a8 (patch) | |
tree | 4628b129173c78f1f7c64cf7ae4f4a71c8c972fc /pavement.py | |
parent | 275fa79351e5fb30c19d78f29513a5be646ca1c8 (diff) | |
download | numpy-70350f4e2ca3afe5362a8b565f1d101221c4e6a8.tar.gz |
REL: Prepare for 1.10.x branch.
* Add comment to cversions.txt (no change)
* Add comment to setup_common.py (no change)
* Nothing done for numpy/core/include/numpy/numpyconfig.h
* Update log start to 1.10.0 in pavement.py.
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' |