diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2017-09-29 14:10:10 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2017-09-29 14:10:10 -0600 |
| commit | 31465473c491829d636c9104c390062cba005681 (patch) | |
| tree | 24c5569104c6929cdba1d308bd55aa0066ffd8fb | |
| parent | 4509875aa3cfe76003e3e9b7ace35016be254ca3 (diff) | |
| download | numpy-1.13.3.tar.gz | |
REL: NumPy 1.13.3 release.v1.13.3
| -rw-r--r-- | pavement.py | 4 | ||||
| -rwxr-xr-x | setup.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pavement.py b/pavement.py index 07991c5ac..c70c398cb 100644 --- a/pavement.py +++ b/pavement.py @@ -99,10 +99,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.13.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.13.3-notes.rst' # Start/end of the log (from git) -LOG_START = 'maintenance/1.12.x' +LOG_START = 'v1.13.1' LOG_END = 'maintenance/1.13.x' @@ -63,8 +63,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 13 -MICRO = 0 -ISRELEASED = False +MICRO = 3 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
