diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 19:53:20 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-19 19:53:20 -0700 |
commit | 11a9b710481f5932835c1c0cb1e5e2747be8cde0 (patch) | |
tree | 9f94c71f251e4ae8c469614909bbc7bc495ecb76 /pavement.py | |
parent | 58089f3ef9e18f3a4f7634e1b84eebefd45605f8 (diff) | |
download | numpy-11a9b710481f5932835c1c0cb1e5e2747be8cde0.tar.gz |
REL: Update master branch after 1.12.x branch has been made.
* Drop testing of Python 2.6, 3.2, and 3.3
* Create 1.12.0-notes.rst and add to source/documentation.
* Update pavement.py to use 1.10.x as LOG_START
* Update version numpy in setup.py
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 01328442e..d02cc48c5 100644 --- a/pavement.py +++ b/pavement.py @@ -99,10 +99,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.11.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.12.0-notes.rst' # Start/end of the log (from git) -LOG_START = 'v1.10.0' +LOG_START = 'maintenance/1.11.x' LOG_END = 'master' |