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

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Aug 3 17:51:40 EDT 2010


Author: ptvirtan
Date: 2010-08-03 16:51:40 -0500 (Tue, 03 Aug 2010)
New Revision: 8590

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

Modified: branches/1.5.x/setup.py
===================================================================
--- branches/1.5.x/setup.py	2010-08-03 21:38:16 UTC (rev 8589)
+++ branches/1.5.x/setup.py	2010-08-03 21:51:40 UTC (rev 8590)
@@ -56,7 +56,7 @@
 MAJOR               = 1
 MINOR               = 5
 MICRO               = 0
-ISRELEASED          = True
+ISRELEASED          = False
 VERSION             = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
 
 # Return the svn version as a string, raise a ValueError otherwise




More information about the Numpy-svn mailing list