diff options
| author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-05-03 18:22:57 +0200 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-05-03 18:22:57 +0200 |
| commit | ceba67b52a8c9ad7ce36553add4506d84a70ad30 (patch) | |
| tree | 998e0a71a0990b0f5741d2c11855f0f5a5ec94f0 | |
| parent | 99512f75c6bc15b9aa38229f29194bd90d6e52fe (diff) | |
| download | numpy-1.6.0rc2.tar.gz | |
REL: set version to 1.6.0rc2.v1.6.0rc2
| -rw-r--r-- | pavement.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py index 4a9ac1900..4f5c9d7b2 100644 --- a/pavement.py +++ b/pavement.py @@ -102,7 +102,7 @@ RELEASE_NOTES = 'doc/release/1.6.0-notes.rst' # Start/end of the log (from git) LOG_START = 'v1.5.0' -LOG_END = 'v1.6.0rc1' +LOG_END = 'v1.6.0rc2' #------------------------------------------------------- @@ -57,7 +57,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 6 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
