summaryrefslogtreecommitdiffstats
path: root/gluster
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2018-09-19 13:25:11 +0530
committerPrashanth Pai <ppai@redhat.com>2018-09-19 16:06:34 +0530
commit84e6115550132e189f35f05dafaa2096fa8cc2b7 (patch)
tree42ab789e185042c5da7997abf00f3a40faf8a7ea /gluster
parent1266c51e57b32fd979a61ebfc73f93964223822f (diff)
Update spec and prepare 1.2 release
Change-Id: Iabb38be823cba803a864ca4769e2cac595ebe75c Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'gluster')
-rw-r--r--gluster/gfapi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gluster/gfapi/__init__.py b/gluster/gfapi/__init__.py
index e3aa4d3..3372415 100644
--- a/gluster/gfapi/__init__.py
+++ b/gluster/gfapi/__init__.py
@@ -8,7 +8,7 @@
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.
-__version__ = '1.1'
+__version__ = '1.2'
from .gfapi import File, Dir, DirEntry, Volume
__all__ = ['File', 'Dir', 'DirEntry', 'Volume']