We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24103f1 commit 8a208adCopy full SHA for 8a208ad
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.2
+current_version = 1.9.3
3
files = version.py
4
Changelog.md
@@ -1,3 +1,7 @@
+[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
+===
++ ! Bugfix: fixes some bugs in the parser to improve stability.
+
5
[v1.9.2](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
6
===
7
+ ! Bugfix: fixes a bug in the optimizer (-O3 and -O4)
version.py
@@ -1 +1 @@
-VERSION = '1.9.2'
+VERSION = '1.9.3'
0 commit comments