diff options
author | Rahul P | 2022-02-10 19:37:47 +0530 |
---|---|---|
committer | GitHub | 2022-02-10 19:37:47 +0530 |
commit | 587cf7f6112bf90b5412385b228f7c752de3c1f1 (patch) | |
tree | ee78b380fd0207aacf3bffb7724ca482772716fe /conf.py | |
parent | 5e5971c04fc18bb46fcc5f5bc53491b6b0e05157 (diff) | |
parent | 965ed8aa4aa7299318624222c188ab3337b16313 (diff) | |
download | eSim-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.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 --------------------------------------------------- |