diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 08:01:44 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 16:24:10 -0600 |
commit | 767f044ac650051614c83d008514277e7a44633e (patch) | |
tree | 9d4495498fcda9f83f47181d5cb9f3cf2cbac7d3 /pavement.py | |
parent | ff99924f3a82ee09cb76cc6cc94fc196a112fb30 (diff) | |
download | numpy-767f044ac650051614c83d008514277e7a44633e.tar.gz |
MAINT: Update pavement.py to 1.10.0.
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 945e395dc..b2d7835ff 100644 --- a/pavement.py +++ b/pavement.py @@ -98,10 +98,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.9.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.10.0-notes.rst' # Start/end of the log (from git) -LOG_START = 'v1.8.0b1' +LOG_START = 'v1.9.0b1' LOG_END = 'master' |