summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-08-16 16:52:47 +0530
committerPrashanth Pai <ppai@redhat.com>2016-08-16 16:52:47 +0530
commitddd614c5851f3c4805f22255269dc3df4976ba97 (patch)
tree0d1cb83fa8e09955ef0203b4b48735d1f9e388a1
parentd9d3ee09043184110a0a1a2fcb3db7468e840f82 (diff)
Release version 1.1v1.1
Change-Id: Ia134ba44f56fbb94c0b988c2353c59e1a25fbbc7 Signed-off-by: Prashanth Pai <ppai@redhat.com>
-rw-r--r--doc/conf.py2
-rw-r--r--gluster/gfapi/__init__.py2
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']