Skip to content

Commit cc1708f

Browse files
authored
Merge pull request #246 from boriel/release/bumpversion
Bump version: 1.9.6 → 1.9.7
2 parents c3309a3 + 7a84771 commit cc1708f

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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

docs/archive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Using these versions is encouraged since they fix many bugs already in the stabl
5151
You can contribute to ZX BASIC by using devel versions and reporting possible bugs or improvement
5252
suggestions at the [forum](http://www.boriel.com/forum).
5353

54-
Click on the icon to download latest stable version (<span style="color: green;">**1.9.6**</span>):
54+
Click on the icon to download latest stable version (<span style="color: green;">**1.9.7**</span>):
5555

56-
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package-2.png" alt="win32zip" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.6-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6-win32.zip)
56+
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package-2.png" alt="win32zip" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.7-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.7-win32.zip)
5757
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
58-
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package.png" alt="zip" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.6.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6.zip)
58+
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package.png" alt="zip" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.7.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.7.zip)
5959
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
60-
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/driver-down.png" alt="tar.gz" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.6.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.6.tar.gz)
60+
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/driver-down.png" alt="tar.gz" width="32px"/> http://www.boriel.com/files/zxb/zxbasic-1.9.7.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.7.tar.gz)
6161
<br />(Windows, Linux, Mac) tar.gz package, with python scripts. Requires python installed in your system.

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)