From 84e6115550132e189f35f05dafaa2096fa8cc2b7 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 19 Sep 2018 13:25:11 +0530 Subject: Update spec and prepare 1.2 release Change-Id: Iabb38be823cba803a864ca4769e2cac595ebe75c Signed-off-by: Prashanth Pai --- gluster/gfapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gluster/gfapi/__init__.py') 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'] -- cgit