[Scipy-svn] r6610 - branches/0.8.x

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jul 15 07:18:08 EDT 2010


Author: rgommers
Date: 2010-07-15 06:18:08 -0500 (Thu, 15 Jul 2010)
New Revision: 6610

Modified:
   branches/0.8.x/setup.py
Log:
REL: Set version number to 0.8.0rc3.

Modified: branches/0.8.x/setup.py
===================================================================
--- branches/0.8.x/setup.py	2010-07-14 10:50:12 UTC (rev 6609)
+++ branches/0.8.x/setup.py	2010-07-15 11:18:08 UTC (rev 6610)
@@ -44,7 +44,7 @@
 MINOR               = 8
 MICRO               = 0
 ISRELEASED          = False
-VERSION             = '%d.%d.%d' % (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