We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2f49 commit 46c0702Copy full SHA for 46c0702
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.3
+current_version = 1.9.4
3
files = version.py
4
Changelog.md
@@ -1,4 +1,8 @@
-[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
+[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
+===
++ ! Bugfix: Fixes escape code for backslash (thx to em00k)
+
5
+[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.3)
6
===
7
+ ! Bugfix: fixes some bugs in the parser to improve stability.
8
version.py
@@ -1 +1 @@
-VERSION = '1.9.3'
+VERSION = '1.9.4'
0 commit comments