From c069eee07f2a976b3c2660670dc7bca6438ee94f Mon Sep 17 00:00:00 2001 From: rgommers Date: Tue, 31 Aug 2010 12:30:01 +0000 Subject: REL: set version to 1.5.0, released=True. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4e476129d..60ffe26b2 100755 --- a/setup.py +++ b/setup.py @@ -56,8 +56,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 5 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the svn version as a string, raise a ValueError otherwise def svn_version(): -- cgit v1.2.1