From d5476ce69fa5ebe4ed351057ed75e46331eec65d Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Mon, 22 Jan 2018 10:10:18 +0530
Subject: [PATCH] Fixed spelling. Bumped version to chennapoda 3.2.rc.

---
 docs/source/conf.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 53522447..4bd3770f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -68,16 +68,18 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'MOOSE'
-copyright = u'2018, Upinder Bhalla, Niraj Dudani, Subhasis Ray, Aditya Gilra,Harsha Rani, Aviral Goel, Dilawar Singh, Malav Shah, Dhruva Gowda storz'
+copyright = u'2018, Upinder Bhalla, Niraj Dudani, Subhasis Ray, ' + \
+        'Aditya Gilra,Harsha Rani, Aviral Goel, Dilawar Singh,' + \
+        'Malav Shah, Dhruva Gowda Storz'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '3.1'
+version = '3.2'
 # The full version, including alpha/beta/rc tags.
-release = 'chamcham (3.1.1)'
+release = 'chennapoda (3.2.rc)'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab