summaryrefslogtreecommitdiffstats
path: root/gluster/swift/__init__.py
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-10-28 15:39:35 -0400
committerLuis Pabon <lpabon@redhat.com>2013-10-28 13:24:28 -0700
commit76a173924aa360ba2eec4b618860c2efa3b2600c (patch)
treea9dab9a0404a15e7e0817625de0f5d59674f890f /gluster/swift/__init__.py
parent286a1308db72c5cfdd6ce16aff3f291ebce257c2 (diff)
Bump version to 1.10.1 to track Icehouse
Change-Id: I9534324ff5fd063e33268ad9dfda1c947f5a48e0 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/6159
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 8861ba6..e5e5af1 100644
--- a/gluster/swift/__init__.py
+++ b/gluster/swift/__init__.py
@@ -44,6 +44,6 @@ class PkgInfo(object):
###
### Change the Package version here
###
-_pkginfo = PkgInfo('1.10.0', '0', 'glusterfs-openstack-swift', False)
+_pkginfo = PkgInfo('1.10.1', '0', 'glusterfs-openstack-swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version