From 4cb9546767fc617d59c2aa82c7277933a7f01e76 Mon Sep 17 00:00:00 2001 From: Ashok Mudukutore Date: Fri, 8 Sep 2017 13:55:08 -0600 Subject: [PATCH] Update version and path info Problem: The version and path info need to be updated Solution: Updated all version and tags to point to 1.1.1 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 88a59dbdb..255446c46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ # The short X.Y version. version = u'v1.1' # The full version, including alpha/beta/rc tags. -release = u'v1.1.0' +release = u'v1.1.1' # def setup(app): # app.add_config_value('versionlevel', '', 'env')