[Numpy-svn] r8586 - branches/1.5.x

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Aug 1 07:36:22 EDT 2010


Author: rgommers
Date: 2010-08-01 06:36:22 -0500 (Sun, 01 Aug 2010)
New Revision: 8586

Modified:
   branches/1.5.x/setup.py
Log:
REL: Set version to 1.5.0b1, released = True.

Modified: branches/1.5.x/setup.py
===================================================================
--- branches/1.5.x/setup.py	2010-08-01 11:22:14 UTC (rev 8585)
+++ branches/1.5.x/setup.py	2010-08-01 11:36:22 UTC (rev 8586)
@@ -56,8 +56,8 @@
 MAJOR               = 1
 MINOR               = 5
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
 
 # Return the svn version as a string, raise a ValueError otherwise
 def svn_version():




More information about the Numpy-svn mailing list