diff options
| author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-10-26 17:21:39 +0100 |
|---|---|---|
| committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-10-26 17:21:39 +0100 |
| commit | c88fd91482782f35a78d6144331471085b8695b0 (patch) | |
| tree | 39bc95026658ebd2b5cb400769416b1474bf52c2 | |
| parent | a4eddade30a84b23c9ddce7daac7f542c29c3eff (diff) | |
| download | numpy-1.9.1rc1.tar.gz | |
REL: Release 1.9.1rc1v1.9.1rc1
| -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 ff5f279cf..8c418e1bc 100644 --- a/pavement.py +++ b/pavement.py @@ -99,10 +99,10 @@ finally: #----------------------------------- # Source of the release notes -RELEASE_NOTES = 'doc/release/1.9.0-notes.rst' +RELEASE_NOTES = 'doc/release/1.9.1-notes.rst' # Start/end of the log (from git) -LOG_START = 'v1.8.2' +LOG_START = 'v1.9.0' LOG_END = 'maintenance/1.9.x' @@ -50,8 +50,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 9 MICRO = 1 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
