We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 860c98c + 0cfaf9f commit 4ac6a4eCopy full SHA for 4ac6a4e
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.4
+current_version = 1.9.5
3
files = version.py
4
Changelog.md
@@ -1,3 +1,8 @@
+[v1.9.5](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.5)
+===
++ ! Bugfix: error compiling to binary with headerless mode (thx to em00k)
++ ! Bugfix: fixes several crashes under some conditions
5
+
6
[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
7
===
8
+ ! Bugfix: Fixes escape code for backslash (thx to em00k)
version.py
@@ -1 +1 @@
-VERSION = '1.9.4'
+VERSION = '1.9.5'
0 commit comments