summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorrahulp132020-02-14 15:16:35 +0530
committerrahulp132020-02-14 15:16:35 +0530
commitcb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch)
treede1b292a10e8196689bf1a208fe6fe32f4618846 /conf.py
parent08d4a0336550a0e610709970a0c5d366e109fe82 (diff)
downloadeSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz
eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2
eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 5aeb2574..912f62a2 100644
--- a/conf.py
+++ b/conf.py
@@ -21,13 +21,13 @@ autodoc_mock_imports = ["PyQt4", "pathmagic", "matplotlib", "numpy"]
# -- Project information -----------------------------------------------------
project = u'eSim'
-copyright = u'2019, Fossee'
+copyright = u'2020, Fossee'
author = u'Fossee'
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
-release = u'1.1.2'
+release = u'2.0.0'
# -- General configuration ---------------------------------------------------