Skip to content

Commit 5b1e1fe

Browse files
committed
Bump version: 1.9.5 → 1.9.6
1 parent 63a5310 commit 5b1e1fe

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-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.5
2+
current_version = 1.9.6
33
files = version.py
44

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6)
2+
===
3+
+ ! Bugfix: grammar errors for RESTORE
4+
+ Change LD (IX/IY + NN), r instructions to standardize it
5+
16
[v1.9.5](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.5)
27
===
38
+ ! Bugfix: error compiling to binary with headerless mode (thx to em00k)

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.5**</span>):
54+
Click on the icon to download latest stable version (<span style="color: green;">**1.9.6**</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.5-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.5-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.6-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6-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.5.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.5.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.6.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6.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.5.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.5.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.6.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.6.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.5'
1+
VERSION = '1.9.6'

0 commit comments

Comments
 (0)