summaryrefslogtreecommitdiffstats
path: root/gluster/swift/__init__.py
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-07-10 20:09:06 -0400
committerLuis Pabon <lpabon@redhat.com>2013-07-11 06:45:13 -0700
commitb0a2b1c6eeca9aae84186e3c7efe639638d21da6 (patch)
tree279775a13d330140df255a3bb087a14b975b17d9 /gluster/swift/__init__.py
parent677d30716978615d0499344ac0a62c2755a486cf (diff)
Bump version to 1.9.1 to match Havana
Still need to change unit tests to use Havana Change-Id: I7847e7916043933a47b3553115c79c5d6b28a836 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5312
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 f2c2403..576a1c4 100644
--- a/gluster/swift/__init__.py
+++ b/gluster/swift/__init__.py
@@ -27,6 +27,6 @@ class PkgInfo(object):
###
### Change the Package version here
###
-_pkginfo = PkgInfo('1.8.0', 'glusterfs-openstack-swift', False)
+_pkginfo = PkgInfo('1.9.1', 'glusterfs-openstack-swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version