diff options
-rw-r--r-- | INSTALL | 16 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | code/_templates/layout.html | 2 | ||||
-rw-r--r-- | code/installation.rst | 2 | ||||
-rw-r--r-- | code/overview.rst | 2 | ||||
-rw-r--r-- | conf.py | 4 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | src/browser/UserManual.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.py | 3 |
10 files changed, 19 insertions, 18 deletions
@@ -14,7 +14,7 @@ Table of contents i. After downloading eSim, extract it using: - $ unzip eSim-2.4.zip + $ unzip eSim-2.5.zip ii. Now change directories in to the top-level eSim directory (where this INSTALL file can be found). @@ -39,24 +39,24 @@ Table of contents -2. eSim 2.4 installation in Windows OS +2. eSim installation in Windows OS - i. Download eSim for Windows OS from "https://esim.fossee.in/". Disable the antivirus (if any). + i. Download eSim for Windows OS from "https://esim.fossee.in/". Disable the antivirus (if any). - ii. If MinGW and/or MSYS is already installed in your machine, then remove it from the + ii. If MinGW and/or MSYS is already installed in your machine, then remove it from the PATH environment variable as it may interfere with eSim and might not work as intended. iii. Now double click on eSim installer and then follow the instruction to install eSim. - iv. After the installation is completed, please download and add the following file to the esim home directory(FOSSEE\eSim\ folder): + <!--iv. After the installation is completed, please download and add the following file to the esim home directory(FOSSEE\eSim\ folder): https://github.com/FOSSEE/eSim/blob/master/src/frontEnd/TerminalUi.ui#L6 v. Please download and add the following executable to the nghdl folder(FOSSEE\eSim\nghdl\src location): - https://drive.google.com/file/d/17MNCCq9cG6A7fnIH-4KMUMY-yb4rW9s4/view?usp=sharing + https://drive.google.com/file/d/17MNCCq9cG6A7fnIH-4KMUMY-yb4rW9s4/view?usp=sharing--> - vi. Hence the installation is completed. + iv. Hence the installation is completed. - vii. To uninstall eSim and all of its components, run the uninstaller "uninst-eSim.exe" located at + v. To uninstall eSim and all of its components, run the uninstaller "uninst-eSim.exe" located at top-level eSim directory (where this INSTALL file can be found). @@ -39,7 +39,7 @@ To use eSim on your machine having above distributions, please refer to link [he * [SkyWater SKY130 PDK](https://skywater-pdk.rtfd.io/) ## eSim Manual -To know everything about eSim, how it works and it's feature please download the manual from [here](https://static.fossee.in/esim/manuals/eSim_Manual_2.4.pdf) +To know everything about eSim, how it works and it's feature please download the manual from [here](https://static.fossee.in/esim/manuals/eSim_Manual_2.5.pdf) ## Contact For any queries regarding eSim please write us on at this [email address](mailto:contact-esim@fossee.in). @@ -1 +1 @@ -2.4 +2.5 diff --git a/code/_templates/layout.html b/code/_templates/layout.html index 63a2dba6..5550c8bf 100644 --- a/code/_templates/layout.html +++ b/code/_templates/layout.html @@ -6,7 +6,7 @@ alt="My Logo" style="width: 100%; height: auto; display: block;" /> <div class="verison" style="color: #111; font-weight: bold; margin-bottom: 20px;"> - eSim 2.4 + eSim 2.5 </div> </div> {{ super() }} diff --git a/code/installation.rst b/code/installation.rst index 362bbe67..84f067ee 100644 --- a/code/installation.rst +++ b/code/installation.rst @@ -16,7 +16,7 @@ eSim Installation on Ubuntu OS (Linux) **Step 1:** After downloading eSim, extract it using: - ``$ unzip eSim-2.4.zip`` + ``$ unzip eSim-2.5.zip`` **Step 2:** Change directories into the top-level eSim directory (where this INSTALL file can be found). diff --git a/code/overview.rst b/code/overview.rst index e53739ff..9bb16d84 100644 --- a/code/overview.rst +++ b/code/overview.rst @@ -33,7 +33,7 @@ Useful Links **eSim Manual** To know everything about eSim, how it works, and its features, please download the manual from -`eSim Manual <https://static.fossee.in/esim/manuals/eSim_Manual_2.4.pdf>`_ +`eSim Manual <https://static.fossee.in/esim/manuals/eSim_Manual_2.5.pdf>`_ **Contact** For any queries regarding eSim, please write to us at @@ -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 --------------------------------------------------- @@ -9,7 +9,7 @@ Needed to define the module structure, look up `Modules` for python ''' setup( name='eSim', - version='2.4.0', + version='2.5.0', author='FOSSEE', author_email='contact-esim@fossee.in', package_dir={'': 'src'}, diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index 4ac78825..566a2d1a 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.4.pdf' + manual = 'library/browser/User-Manual/eSim_Manual_2.5.pdf' if os.name == 'nt': os.startfile(os.path.realpath(manual)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 6cf8cc30..a2f18ab6 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -11,6 +11,7 @@ # NOTES: --- # AUTHOR: Fahim Khan, fahim.elex@gmail.com # MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in +# Sumanto Kar, sumantokar@iitb.ac.in # ORGANIZATION: eSim Team at FOSSEE, IIT Bombay # CREATED: Tuesday 24 February 2015 # REVISION: Thursday 29 June 2023 @@ -91,7 +92,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.4' + self._VERSION = '2.5' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |