Skip to content

Commit

Permalink
Merge pull request #189 from rahulp13/master
Browse files Browse the repository at this point in the history
Updated version details to v2.2 pre-release
  • Loading branch information
rahulp13 authored Feb 10, 2022
2 parents 5e5971c + 965ed8a commit 587cf7f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Table of contents

i. After downloading eSim, extract it using:

$ unzip eSim-2.1.zip
$ unzip eSim-2.2_pre-release.zip

ii. Now change directories in to the top-level eSim directory (where this INSTALL file can be found).

Expand Down Expand Up @@ -52,4 +52,4 @@ Table of contents

Note
======
Please report any eSim installation related issue/error at "https://forums.fossee.in/"
Please report any eSim installation related issue/error at "https://forums.fossee.in/"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is an integrated tool build using open source softwares such as KiCad, Ngspic

## Releases and Installation
eSim is released for the following distributions (operating systems):
* Ubuntu 16.04 OS and above LTS versions.
* Ubuntu 18.04 and 20.04 LTS versions.
* Microsoft Windows 7, 8 and 10.

To use eSim on your machine having above distributions, please refer to link [here](https://esim.fossee.in/downloads) for installation and other guidelines.
Expand All @@ -37,7 +37,7 @@ To use eSim on your machine having above distributions, please refer to link [he
* [NGHDL](https://github.com/fossee/nghdl)

## eSim Manual
To know everything about eSim, how it works and it's feature please download manual [here](https://static.fossee.in/esim/manuals/eSim_Manual_2020_August.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.2_pre-release.pdf)

## Contact
For any queries regarding eSim please write us on at this [email address](mailto:[email protected]).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1
2.2 pre-release
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
# -- 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 ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions library/browser/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ <h1>About eSim</h1>
<center><img src="../../images/logo.png" alt="eSim logo" height="100" width="100"></center>
<br/>
<p>
<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source softwares such as KiCad (<a href=http://www.kicad-pcb.org>http://www.kicad-pcb.org</a>), Ngspice (<a href=http://ngspice.sourceforge.net>http://ngspice.sourceforge.net</a>) and GHDL (<a href=http://ghdl.free.fr>http://ghdl.free.fr</a>). eSim source is released under <b>GNU General Public License.</b>
<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source softwares such as KiCad (<a href="https://www.kicad.org">https://www.kicad.org/</a>), Makerchip IDE (<a href="https://www.makerchip.com/">https://www.makerchip.com/</a>), Ngspice (<a href="http://ngspice.sourceforge.net">http://ngspice.sourceforge.net</a>), GHDL (<a href="http://ghdl.free.fr">http://ghdl.free.fr</a>) and Verilator (<a href="https://www.veripool.org/verilator/">https://www.veripool.org/verilator/</a>). eSim source is released under <b>GNU General Public License.</b>
</p>
<br/>
<p>
This tool is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href=http://esim.fossee.in>http://esim.fossee.in</a>.
This tool is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href="https://esim.fossee.in">https://esim.fossee.in</a>.
</p>
<br/>
<p>
To discuss more about eSim, please visit: <a href=http://forums.fossee.in>http://forums.fossee.in</a>
To discuss more about eSim, please visit: <a href="https://forums.fossee.in">https://forums.fossee.in</a>
</p>
<br/>
</body>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''
setup(
name='eSim',
version='2.1.0',
version='2.2.0 pre-release',
author='FOSSEE',
author_email='[email protected]',
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/browser/UserManual.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):

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))
Expand Down
4 changes: 2 additions & 2 deletions src/configuration/Appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def __init__(self):

# 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
Expand Down
2 changes: 1 addition & 1 deletion src/maker/createkicad.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def getPortInformation(self):
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')
Expand Down

0 comments on commit 587cf7f

Please sign in to comment.