diff options
author | Sumanto Kar | 2025-06-19 23:20:59 +0000 |
---|---|---|
committer | Sumanto Kar | 2025-06-19 23:20:59 +0000 |
commit | 647c31c23b4dc233f4c0acc80bf6c264a883ead7 (patch) | |
tree | d2690da5d21da8100775c5c63f2ffb9369c20274 /conf.py | |
parent | ee8f1deaa3fbaa50564b0b682840a6e8ef6f463d (diff) | |
download | eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.gz eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.tar.bz2 eSim-647c31c23b4dc233f4c0acc80bf6c264a883ead7.zip |
Changed version details to 2.5
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,9 +25,9 @@ copyright = u'2025, FOSSEE' author = u'FOSSEE, IIT Bombay' # The short X.Y version -version = u'2.4' +version = u'2.5' # The full version, including alpha/beta/rc tags -release = u'2.4.0' +release = u'2.5.0' # -- General configuration --------------------------------------------------- |