diff options
| author | rgommers <ralf.gommers@googlemail.com> | 2011-06-13 11:39:04 +0200 |
|---|---|---|
| committer | rgommers <ralf.gommers@googlemail.com> | 2011-06-13 11:39:04 +0200 |
| commit | b11e3af9487cf3342bbad742231c312a02398f91 (patch) | |
| tree | f10fbbd934be0eacb30932b94f987e8ae9f4c07b | |
| parent | 57653253b4d662e8ecf91a284b3cf624863e283b (diff) | |
| download | numpy-1.6.1rc1.tar.gz | |
REL: tag 1.6.1rc1v1.6.1rc1
| -rw-r--r-- | pavement.py | 2 | ||||
| -rwxr-xr-x | setup.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py index 625081a47..87995c3e0 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.0' +LOG_END = 'v1.6.1rc1' #------------------------------------------------------- @@ -57,8 +57,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 6 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 def git_version(): |
