Skip to content

Commit ad20682

Browse files
authored
Merge pull request #240 from boriel/release/bumpversion
Release/bumpversion
2 parents 2d72e43 + 5b1e1fe commit ad20682

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
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'

zxbparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def p_start(p):
476476

477477
if PRINT_IS_USED:
478478
zxbpp.ID_TABLE.define('___PRINT_IS_USED___', 1)
479-
# zxbasmpp.ID_TABLE.define('___PRINT_IS_USED___', 1)
480479

481480
if zxblex.IN_STATE:
482481
p.type = 'NEWLINE'

0 commit comments

Comments
 (0)