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 --- src/browser/UserManual.py | 2 +- src/configuration/Appconfig.py | 4 ++-- src/maker/createkicad.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index e723680a..a3005846 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.1.pdf' + manual = 'library/browser/User-Manual/eSim_Manual_2.2-pre_release.pdf' if os.name == 'nt': os.startfile(os.path.realpath(manual)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index d0b4fd18..21fd717e 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -103,9 +103,9 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.1' + self._VERSION = '2.2 pre-release' self._AUTHOR = 'Fahim' - self._REVISION = 'Rahul' + self._REVISION = 'Rahul, Sumanto' # Application geometry setting self._app_xpos = 100 diff --git a/src/maker/createkicad.py b/src/maker/createkicad.py index 1a00bde9..dcde5526 100755 --- a/src/maker/createkicad.py +++ b/src/maker/createkicad.py @@ -109,7 +109,7 @@ class AutoSchematic: self.input_length = portInformation.input_len self.portName = portInformation.port_name - # creating the XML files in eSim-2.1/library/modelParamXML/Ngveri + # creating the XML files in eSim-2.2/library/modelParamXML/Ngveri def createXML(self): cwd = os.getcwd() xmlDestination = os.path.join(self.xml_loc, 'Ngveri') -- cgit