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

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Feb 19 08:32:35 EST 2011


Author: rgommers
Date: 2011-02-19 07:32:35 -0600 (Sat, 19 Feb 2011)
New Revision: 7154

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

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-02-19 13:30:39 UTC (rev 7153)
+++ branches/0.9.x/setup.py	2011-02-19 13:32:35 UTC (rev 7154)
@@ -45,8 +45,8 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%drc4' % (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