summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-03-22 10:22:04 +0100
committerThierry Carrez <thierry@openstack.org>2012-03-22 10:22:04 +0100
commit4a6fead4bc90459b4da8e7dc347acede275e87de (patch)
treedf72781fac38a0501a82d088e6ccf18b2f64a6c0
parentb8e1513ad7de8b88c95986e20b9a03d5b8207fd6 (diff)
downloadswift-1.4.8.tar.gz
Final 1.4.8 versioningessex-eol1.4.8
Change-Id: I0f726d2afa1c0b38acc384a17ace543c3c35f5ae
-rw-r--r--swift/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/__init__.py b/swift/__init__.py
index a3ed43f16..ba9e34381 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.4.8', False)
+_version = Version('1.4.8', True)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version