summaryrefslogtreecommitdiffstats
path: root/gluster/swift/__init__.py
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2014-02-11 11:43:09 -0500
committerChetan Risbud <crisbud@redhat.com>2014-02-16 22:08:06 -0800
commitd5ebf36f7e9268b68b2e8d5b737f8252c5296e1a (patch)
tree0eb818cfc54ae01e3c85ae5bfa6dfd58e18df15b /gluster/swift/__init__.py
parent33988c9312591ff06fbdfc81a58b8c5898484885 (diff)
Sync with OpenStack Swift v1.12.0
* Bumped the version of gluster-swift to v1.12.0. * Added document on how to do a sync Change-Id: I676e110759b0bce3007a2a38f3b384b4ca9d710d Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/6977 Reviewed-by: Prashanth Pai <ppai@redhat.com> Reviewed-by: Chetan Risbud <crisbud@redhat.com> Tested-by: Chetan Risbud <crisbud@redhat.com>
Diffstat (limited to 'gluster/swift/__init__.py')
-rw-r--r--gluster/swift/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gluster/swift/__init__.py b/gluster/swift/__init__.py
index 9bfdc31..4fe17ba 100644
--- a/gluster/swift/__init__.py
+++ b/gluster/swift/__init__.py
@@ -45,6 +45,6 @@ class PkgInfo(object):
###
### Change the Package version here
###
-_pkginfo = PkgInfo('1.11.0', '0', 'gluster_swift', False)
+_pkginfo = PkgInfo('1.12.0', '0', 'gluster_swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version