summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChetan Risbud <crisbud@redhat.com>2014-01-09 11:28:45 +0530
committerChetan Risbud <crisbud@redhat.com>2014-01-09 11:33:43 +0530
commit804e8f7e257f1f87dbc4103a2676f048f229ce74 (patch)
tree2359277b92bfb4dcff47f764ebcfc42c9bb3d1ae
parenta2381549c729cd3aa26a23e16afdbb52b9e49d7e (diff)
Release 1.10.0-2v1.10.0-2
Change-Id: I5b686fb74124fb9392b647b1198730113f9e05ac 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 8c2777a..5cf74c8 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', '1', 'gluster_swift', False)
+_pkginfo = PkgInfo('1.10.0', '2', 'gluster_swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version