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

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 30 10:54:16 EST 2011


Author: rgommers
Date: 2011-01-30 09:54:15 -0600 (Sun, 30 Jan 2011)
New Revision: 7107

Modified:
   branches/0.9.x/setup.py
Log:
REL: set version number to 0.9.0rc2

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-01-30 04:33:50 UTC (rev 7106)
+++ branches/0.9.x/setup.py	2011-01-30 15:54:15 UTC (rev 7107)
@@ -45,8 +45,8 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%drc2' % (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