Skip to content

Commit f94ad01

Browse files
committed
Bump version: 1.9.6 → 1.9.7
1 parent c3309a3 commit f94ad01

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.6
2+
current_version = 1.9.7
33
files = version.py
44

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[v1.9.7](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.7)
2+
===
3+
+ Allow some extra chars within the ASM sections for 3rd party assemblers
4+
+ ! Little bugfixes
5+
+ Now printing at the end scrolls up the screen!
6+
7+
18
[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6)
29
===
310
+ ! Bugfix: grammar errors for RESTORE

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.6'
1+
VERSION = '1.9.7'

0 commit comments

Comments
 (0)