summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorRahul P2022-02-10 19:37:47 +0530
committerGitHub2022-02-10 19:37:47 +0530
commit587cf7f6112bf90b5412385b228f7c752de3c1f1 (patch)
treeee78b380fd0207aacf3bffb7724ca482772716fe /conf.py
parent5e5971c04fc18bb46fcc5f5bc53491b6b0e05157 (diff)
parent965ed8aa4aa7299318624222c188ab3337b16313 (diff)
downloadeSim-587cf7f6112bf90b5412385b228f7c752de3c1f1.tar.gz
eSim-587cf7f6112bf90b5412385b228f7c752de3c1f1.tar.bz2
eSim-587cf7f6112bf90b5412385b228f7c752de3c1f1.zip
Merge pull request #189 from rahulp13/masterv2.2_pre-release
Updated version details to v2.2 pre-release
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index 95faa92f..12cbb7f9 100644
--- a/conf.py
+++ b/conf.py
@@ -21,13 +21,13 @@ autodoc_mock_imports = ["PyQt5", "pathmagic", "matplotlib", "numpy"]
# -- Project information -----------------------------------------------------
project = u'eSim'
-copyright = u'2020, FOSSEE'
+copyright = u'2022, FOSSEE'
author = u'FOSSEE, IIT Bombay'
# The short X.Y version
-version = u'2.1'
+version = u'2.2 pre-release'
# The full version, including alpha/beta/rc tags
-release = u'2.1.0'
+release = u'2.2.0 pre-release'
# -- General configuration ---------------------------------------------------