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

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Feb 20 04:33:27 EST 2011


Author: rgommers
Date: 2011-02-20 03:33:26 -0600 (Sun, 20 Feb 2011)
New Revision: 7157

Modified:
   branches/0.9.x/setup.py
Log:
REL: set released=False, version=0.9.0rc5

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-02-20 03:38:12 UTC (rev 7156)
+++ branches/0.9.x/setup.py	2011-02-20 09:33:26 UTC (rev 7157)
@@ -45,8 +45,8 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = True
-VERSION             = '%d.%d.%drc4' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = False
+VERSION             = '%d.%d.%drc5' % (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