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

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Feb 12 05:56:01 EST 2011


Author: rgommers
Date: 2011-02-12 04:56:01 -0600 (Sat, 12 Feb 2011)
New Revision: 7139

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

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-02-12 10:55:23 UTC (rev 7138)
+++ branches/0.9.x/setup.py	2011-02-12 10:56:01 UTC (rev 7139)
@@ -46,7 +46,7 @@
 MINOR               = 9
 MICRO               = 0
 ISRELEASED          = True
-VERSION             = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
+VERSION             = '%d.%d.%drc3' % (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