commit | 9b2031f636545bf8e91e59770eb284f56d2a04fd | [log] [tgz] |
---|---|---|
author | Ralf Gommers <ralf.gommers@googlemail.com> | Sun Apr 03 19:28:46 2011 |
committer | Ralf Gommers <ralf.gommers@googlemail.com> | Mon Apr 04 16:33:05 2011 |
tree | bc69d7bb0e43c9dcd7184a74dee5b88fe5f1c168 | |
parent | 9bf5bd3bd30efc86f8ecfc28178a407368a00176 [diff] |
REL: set version to 1.6.0b2, released=True.
diff --git a/setup.py b/setup.py index a528bc3..2ef97f1 100755 --- a/setup.py +++ b/setup.py
@@ -57,7 +57,7 @@ MAJOR = 1 MINOR = 6 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO) # Return the git revision as a string