From 30cecf651a7e9d5faf692bff709b4d87e6f9239f Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 03:23:18 +0530 Subject: Updated version details to v2.2 pre-release --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.py') 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 --------------------------------------------------- -- cgit