diff options
author | rahulp13 | 2020-08-03 17:33:20 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-03 17:33:20 +0530 |
commit | 6d8e4e44cd76b849ccea4b77bc0b9ffbea8be3e7 (patch) | |
tree | 09f910bde64550ef2ffa3cef416cbb7161c389e0 /eSimVersionChange.md | |
parent | aae467621d6a9ff255235cd50710d793363f7faa (diff) | |
download | eSim-6d8e4e44cd76b849ccea4b77bc0b9ffbea8be3e7.tar.gz eSim-6d8e4e44cd76b849ccea4b77bc0b9ffbea8be3e7.tar.bz2 eSim-6d8e4e44cd76b849ccea4b77bc0b9ffbea8be3e7.zip |
initial commit
Diffstat (limited to 'eSimVersionChange.md')
-rw-r--r-- | eSimVersionChange.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/eSimVersionChange.md b/eSimVersionChange.md deleted file mode 100644 index 3c119663..00000000 --- a/eSimVersionChange.md +++ /dev/null @@ -1,39 +0,0 @@ -# Changes to be made when eSim version is updated - -1. master/VERSION\ -- Change the version number - -2. master/conf.py\ -- Update `release` variable - -3. master/setup.py\ -- Update `version` field in `setup` function - -4. User manual -- Update user manual filename as `eSim_Manual_y.x.pdf` where y.x is the updated version. -- Update path in the following line at `master/src/browser/UserManual.py` with the updated manual name -```python - file = os.path.realpath('library/browser/User-Manual/eSim_Manual_2.0.pdf') -``` - -5. master/src/configuration/Appconfig.py\ -- In function `def __init__ (self)` , update the variable `sel._VERSION` - -6. master/INSTALL\ -- Update the installer file names according to the latest version - -7. installers/Windows/esim-setup-script.nsi\ -- Update the following lines in the script -```nsi -- !define PRODUCT_VERSION "y.x" -- !define VERSION "a.b.c.d" - -- OutFile "eSim-y.x_install.exe" -``` - -8. master/README.md -- Update new features, OS support and other changes that were made in the new version. - - - - |