summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorrahulp132020-08-03 17:50:41 +0530
committerrahulp132020-08-03 17:50:41 +0530
commit311382e0d09deb3c58cb0025044a91581b172b8a (patch)
tree31a462f39d0d0944500330c0f322f0126fe1bca1 /conf.py
parent8846bcac1b640aacf9d9fc7c6063dd9bf736098e (diff)
downloadeSim-311382e0d09deb3c58cb0025044a91581b172b8a.tar.gz
eSim-311382e0d09deb3c58cb0025044a91581b172b8a.tar.bz2
eSim-311382e0d09deb3c58cb0025044a91581b172b8a.zip
updated version info
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.py b/conf.py
index 912f62a2..95faa92f 100644
--- a/conf.py
+++ b/conf.py
@@ -17,17 +17,17 @@ import sys
sys.path.insert(0, os.path.abspath('./src'))
# added so that do not need to install them at runtime
-autodoc_mock_imports = ["PyQt4", "pathmagic", "matplotlib", "numpy"]
+autodoc_mock_imports = ["PyQt5", "pathmagic", "matplotlib", "numpy"]
# -- Project information -----------------------------------------------------
project = u'eSim'
-copyright = u'2020, Fossee'
-author = u'Fossee'
+copyright = u'2020, FOSSEE'
+author = u'FOSSEE, IIT Bombay'
# The short X.Y version
-version = u''
+version = u'2.1'
# The full version, including alpha/beta/rc tags
-release = u'2.0.0'
+release = u'2.1.0'
# -- General configuration ---------------------------------------------------