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

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Aug 25 08:51:28 EDT 2010


Author: rgommers
Date: 2010-08-25 07:51:28 -0500 (Wed, 25 Aug 2010)
New Revision: 8671

Modified:
   branches/1.5.x/setup.py
Log:
REL: Set released=False again.

Modified: branches/1.5.x/setup.py
===================================================================
--- branches/1.5.x/setup.py	2010-08-25 12:50:31 UTC (rev 8670)
+++ branches/1.5.x/setup.py	2010-08-25 12:51:28 UTC (rev 8671)
@@ -56,7 +56,7 @@
 MAJOR               = 1
 MINOR               = 5
 MICRO               = 0
-ISRELEASED          = True
+ISRELEASED          = False
 VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
 
 # Return the svn version as a string, raise a ValueError otherwise




More information about the Numpy-svn mailing list