Skip to content

Commit

Permalink
📂 ezr v2.0.0.2.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Nov 18, 2022
1 parent 4dd8d23 commit 4875d3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 deletions AFTERINSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
THANK YOU FOR DOWNLOADING EZRSHELL
-----------------------------------------------------------------------------------------------------

[04-11-22] ezr v2.0.0.0.0 RELEASE!
- Empty ARRAYs can now be defined with '()'
- Multiplication and division support for ARRAY
- Division support for DICTIONARY

[05-11-22] ezr v2.0.0.1.0!
- time.timeStruct.week_day -> time.timeStruct.weekDay
- time.timeStruct.month_day -> time.timeStruct.monthDay
- time.timeStruct.year_day -> time.timeStruct.yearDay

[10-11-22] ezr v2.0.0.1.1!
- Updated all error messages
- 'clear' and 'length_of' functions properly show names when printed
Expand All @@ -25,6 +15,9 @@ THANK YOU FOR DOWNLOADING EZRSHELL
- Fixed bug in libraries for RTE_TOOMANYARGS and RTE_TOOFEWARGS RuntimeErrors
which wouldn't show the name of the function itself

[18-11-22] ezr v2.0.0.2.1!
- Updated to Python 3.11.0

Other news
- ezrlang in Malayalam is out (pre-release) -> https://github.com/Uralstech/ezrMlang

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title ezr builder

cls
pyinstaller ezrShell.spec
pyinstaller ezrShell.spec --clean --distpath ./Builds --workpath ./Temp
4 changes: 2 additions & 2 deletions ezr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# CONSTANTS

VERSION = '2.0.0.2.0'
VERSION_DATE = '14-11-22'
VERSION = '2.0.0.2.1'
VERSION_DATE = '18-11-22'
NUMBERS = '0123456789'
ALPHABETS = ascii_letters
ALPHANUM = ALPHABETS + NUMBERS
Expand Down

0 comments on commit 4875d3f

Please sign in to comment.