summaryrefslogtreecommitdiffstats
path: root/gluster
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-03-15 10:57:28 +0530
committerThiago da Silva <thiago@redhat.com>2016-03-15 06:42:58 -0700
commitd57adf802d7c3887f14abc65a582a69dfa25f6f1 (patch)
treec1179a002bec939d35452d27a5f2f56250cec758 /gluster
parent5078be08017a21d97a3cf3fa2ffe554ad7f3d2c9 (diff)
Bump gluster-swift version to 2.3.0 (kilo)
Change-Id: Iaec0c1577e99d06195d3ea86588f6089a3fe60db Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/13737 Reviewed-by: Thiago da Silva <thiago@redhat.com> Tested-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'gluster')
-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 555581a..c0b415a 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.13.1', '2', 'gluster_swift', False)
+_pkginfo = PkgInfo('2.3.0', '0', 'gluster_swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version