diff options
author | Sumanto Kar | 2022-02-22 13:43:38 +0530 |
---|---|---|
committer | GitHub | 2022-02-22 13:43:38 +0530 |
commit | 61a5e719c4994c633b96924c6ebaa829d4ee5338 (patch) | |
tree | 48e6c991f4244d3560001f7459e139ec61e4acd6 /src | |
parent | f163ec557099c8ba6fcf66bfb4c4476c4c4528d5 (diff) | |
parent | 46f8b6c19dbc7857bfac031a6823b3fba88d3ea1 (diff) | |
download | eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.tar.gz eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.tar.bz2 eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.zip |
Merge pull request #195 from rahulp13/master
Updated version details to v2.2
Diffstat (limited to 'src')
-rw-r--r-- | src/browser/UserManual.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index a3005846..bf9c4b2b 100644 --- a/src/browser/UserManual.py +++ b/src/browser/UserManual.py @@ -14,7 +14,7 @@ class UserManual(QtWidgets.QWidget): self.vlayout = QtWidgets.QVBoxLayout() - manual = 'library/browser/User-Manual/eSim_Manual_2.2-pre_release.pdf' + manual = 'library/browser/User-Manual/eSim_Manual_2.2.pdf' if os.name == 'nt': os.startfile(os.path.realpath(manual)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index e41fc218..ab19ada5 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -105,7 +105,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.2 pre-release' + self._VERSION = '2.2' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |