summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChetan Risbud <crisbud@redhat.com>2014-01-15 13:07:16 +0530
committerChetan Risbud <crisbud@redhat.com>2014-01-15 13:07:16 +0530
commit8fe10115aa4665efdb753c416f29471659866c8f (patch)
treee7a8695486f64a3f388790eeefe12aa97dedc513
parentbf643c49164d291d25f4f86d32efd7aa2000272e (diff)
Release 1.10.0-3v1.10.0-3
Change-Id: I33f8e78c80da4609796c109a983c78e65170ee33 Signed-off-by: Chetan Risbud <crisbud@redhat.com>
-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 5cf74c8..9ccb56d 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.10.0', '2', 'gluster_swift', False)
+_pkginfo = PkgInfo('1.10.0', '3', 'gluster_swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version