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

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Aug 25 08:47:52 EDT 2010


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

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

Modified: branches/1.5.x/setup.py
===================================================================
--- branches/1.5.x/setup.py	2010-08-25 12:40:23 UTC (rev 8668)
+++ branches/1.5.x/setup.py	2010-08-25 12:47:51 UTC (rev 8669)
@@ -56,8 +56,8 @@
 MAJOR               = 1
 MINOR               = 5
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%drc1' % (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