From ddd614c5851f3c4805f22255269dc3df4976ba97 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 16 Aug 2016 16:52:47 +0530 Subject: Release version 1.1 Change-Id: Ia134ba44f56fbb94c0b988c2353c59e1a25fbbc7 Signed-off-by: Prashanth Pai --- doc/conf.py | 2 +- gluster/gfapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 38e9814..b397d86 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ author = u'Red Hat, Inc.' # built documents. # # The short X.Y version. -version = u'1.0' +version = u'1.1' # The full version, including alpha/beta/rc tags. release = u'0' diff --git a/gluster/gfapi/__init__.py b/gluster/gfapi/__init__.py index 8d99bf2..785b3e7 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.0' +__version__ = '1.1' from gfapi import File, Dir, DirEntry, Volume __all__ = ['File', 'Dir', 'DirEntry', 'Volume'] -- cgit