summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2013-03-19 09:06:23 +0100
committerThierry Carrez <thierry@openstack.org>2013-03-19 16:32:01 +0100
commitd8a64ee9e161ed4ad2919e6e58c34ec2c527dd10 (patch)
tree4597dccf86afc62cce792dd12523db228150505f
parent9e777bd233c350edd33d09a47b1ec1e5924d3238 (diff)
downloadswift-d8a64ee9e161ed4ad2919e6e58c34ec2c527dd10.tar.gz
Mark 1.8.0 "Final"
Mark 1.8.0 "Final" for Grizzly release. Change-Id: Iead186725f5d56baae6f534681c9f90befcdd8d9
-rw-r--r--swift/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/__init__.py b/swift/__init__.py
index ecfa0e800..c286201e7 100644
--- a/swift/__init__.py
+++ b/swift/__init__.py
@@ -14,7 +14,7 @@ class Version(object):
return '%s-dev' % (self.canonical_version,)
-_version = Version('1.8.0', False)
+_version = Version('1.8.0', True)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version