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 c3309a3 commit f94ad01Copy full SHA for f94ad01
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.6
+current_version = 1.9.7
3
files = version.py
4
Changelog.md
@@ -1,3 +1,10 @@
+[v1.9.7](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.7)
+===
++ Allow some extra chars within the ASM sections for 3rd party assemblers
++ ! Little bugfixes
5
++ Now printing at the end scrolls up the screen!
6
+
7
8
[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6)
9
===
10
+ ! Bugfix: grammar errors for RESTORE
version.py
@@ -1 +1 @@
-VERSION = '1.9.6'
+VERSION = '1.9.7'
0 commit comments