summaryrefslogtreecommitdiff
path: root/swift/__init__.py
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2012-04-02 10:14:09 -0500
committerJohn Dickinson <me@not.mn>2012-04-02 10:14:09 -0500
commite4ab8f004c0c4a8b631d0de77b72d85d5fdba221 (patch)
treeaec1bf3d6779016fa6b7ed9fa5e552ece97d46a9 /swift/__init__.py
parentaccfd3b01f65e32ea46d176dba6e9b1db4335907 (diff)
downloadswift-e4ab8f004c0c4a8b631d0de77b72d85d5fdba221.tar.gz
version bump to 1.4.10
Change-Id: I050be4f06ba8761be9fe8aefb0e181406bf31616
Diffstat (limited to 'swift/__init__.py')
-rw-r--r--swift/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/__init__.py b/swift/__init__.py
index fb1e6746f..bfc294b5c 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.9', False)
+_version = Version('1.4.10', False)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version