diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-12 09:57:46 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2018-03-12 09:57:46 -0600 |
| commit | 6a58e25703cbecb6786faa09a04ae2ec8221348b (patch) | |
| tree | 19a5939cd1d96dd1ebd0dc3396b0c257bf2ccb6d | |
| parent | 4113a4ed8a8551ef3fd2c32b2a86880d3ab5eaea (diff) | |
| download | numpy-1.14.2.tar.gz | |
REL: NumPy 1.14.2 release.v1.14.2
| -rw-r--r-- | pavement.py | 6 | ||||
| -rwxr-xr-x | setup.py | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pavement.py b/pavement.py index 780993a38..54952fbdd 100644 --- a/pavement.py +++ b/pavement.py @@ -95,11 +95,11 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.14.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.14.2-notes.rst' # Start/end of the log (from git) -LOG_START = 'maintenance/1.13.x' -LOG_END = 'master' +LOG_START = 'v1.14.1' +LOG_END = 'maintenance/1.14.x' #------------------------------------------------------- @@ -63,8 +63,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 14 -MICRO = 0 -ISRELEASED = False +MICRO = 2 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
