[Numpy-svn] r8343 - branches/1.4.x

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Apr 18 05:37:30 EDT 2010


Author: rgommers
Date: 2010-04-18 04:37:30 -0500 (Sun, 18 Apr 2010)
New Revision: 8343

Modified:
   branches/1.4.x/setup.py
Log:
REL: Change version number to 1.4.1rc2.

Modified: branches/1.4.x/setup.py
===================================================================
--- branches/1.4.x/setup.py	2010-04-18 09:36:28 UTC (rev 8342)
+++ branches/1.4.x/setup.py	2010-04-18 09:37:30 UTC (rev 8343)
@@ -52,7 +52,7 @@
 MINOR               = 4
 MICRO               = 1
 ISRELEASED          = True
-VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+VERSION             = '%d.%d.%drc2' % (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