diff options
| author | Charles R Harris <charlesr.harris@gmail.com> | 2015-10-12 14:35:31 +0000 |
|---|---|---|
| committer | Charles R Harris <charlesr.harris@gmail.com> | 2015-10-12 14:35:31 +0000 |
| commit | f769c64026f5ff993ec1e28cbd9f39b8da75347d (patch) | |
| tree | 44878c515509fdafd4562cf13adfb3f6280d286b | |
| parent | afda33517092f23d25bc4ca2e4331220440e79af (diff) | |
| download | numpy-1.10.1.tar.gz | |
REL: Release 1.10.1v1.10.1
| -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 01d1c04e6..698ae11d8 100644 --- a/pavement.py +++ b/pavement.py @@ -99,10 +99,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.10.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.10.1-notes.rst' # Start/end of the log (from git) -LOG_START = 'v1.9.0' +LOG_START = 'v1.10.0' LOG_END = 'maintenance/1.10.x' @@ -57,8 +57,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 10 -MICRO = 0 -ISRELEASED = False +MICRO = 1 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
