[Scipy-svn] r7082 - branches/0.9.x

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 23 04:29:33 EST 2011


Author: rgommers
Date: 2011-01-23 03:29:33 -0600 (Sun, 23 Jan 2011)
New Revision: 7082

Modified:
   branches/0.9.x/setup.py
Log:
REL: set version number to 0.9.0rc1, released=True

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-01-23 09:27:32 UTC (rev 7081)
+++ branches/0.9.x/setup.py	2011-01-23 09:29:33 UTC (rev 7082)
@@ -44,8 +44,8 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
 
 # BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
 # update it when the contents of directories change.




More information about the Scipy-svn mailing list