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

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Dec 12 04:29:31 EST 2010


Author: rgommers
Date: 2010-12-12 03:29:30 -0600 (Sun, 12 Dec 2010)
New Revision: 7009

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

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2010-12-12 08:19:30 UTC (rev 7008)
+++ branches/0.9.x/setup.py	2010-12-12 09:29:30 UTC (rev 7009)
@@ -44,8 +44,8 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%db1' % (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