Skip to content

Commit 025bc91

Browse files
committed
Bump version: 1.16.3 → 1.16.4
1 parent 25da966 commit 025bc91

File tree

8 files changed

+20
-17
lines changed

8 files changed

+20
-17
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.16.3
2+
current_version = 1.16.4
33

44
[bumpversion:file:src/zxbc/version.py]
55
search = VERSION = "{current_version}"

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[v1.16.4](https://github.com/boriel/zxbasic/tree/v1.16.4)
2+
===
3+
+ ! Fixed some bugs and improved stability
4+
15
[v1.16.3](https://github.com/boriel/zxbasic/tree/v1.16.3)
26
===
37
+ ! Fixed some bugs in the compiler

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
![Boriel ZX Basic](img/zxbasic_logo.png)
22

33
[![Build Status](https://github.com/boriel/zxbasic/workflows/ZXBasic/badge.svg)](https://github.com/boriel/zxbasic/actions)
4-
[![Build Status](https://travis-ci.com/boriel/zxbasic.svg?branch=master)](https://travis-ci.com/boriel/zxbasic)
54
[![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.txt)
65
[![pyversions](https://img.shields.io/pypi/pyversions/zxbasic.svg)](https://pypi.python.org/pypi/zxbasic)
76

@@ -13,12 +12,12 @@ Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) <http://www.boriel.com>
1312
All files in this project are covered under the [GPLv3 LICENSE](http://www.gnu.org/licenses/gpl.html)
1413
except those placed in directories `library/` and `library-asm`.
1514
Those are licensed under [MIT license](https://en.wikipedia.org/wiki/MIT_License) unless otherwise
16-
specified in the files themselves (i.e. a different license). Anyway, all of
15+
specified in the files themselves (i.e. a different license). Anyway, all of
1716
the licenses for files under those directories allow binary closed-source
1817
(i.e. commercial) distribution of the files created with this compiler.
1918

2019
You can create closed-source programs (even commercial ones) with this compiler
21-
(a mention to this tool will be welcome, though). But you are not allowed to
20+
(a mention to this tool will be welcome, though). But you are not allowed to
2221
release the compiler itself as a closed source program.
2322

2423
If you modify *this* project (the compiler .py or anything licensed as GPLv3)
@@ -33,7 +32,7 @@ DOCUMENTATION
3332
This is a very little help file.
3433

3534
- For DOCUMENTATION in English go to the [ZX BASIC docs](https://zxbasic.readthedocs.io/en/latest/).
36-
35+
3736
- For help, support, updates meet the community at the [forum](https://www.boriel.com/forum).
3837

3938

@@ -45,10 +44,10 @@ and get the version most suitable for you.
4544

4645
There are, basically, two flavors (both with identical capabilities):
4746

48-
- For Windows you can download de win32 executable (Windows .exe zip package) version.
47+
- For Windows you can download de win32 executable (Windows .exe zip package) version.
4948
To install just uncompress it in a directory of your choice.
5049
The main executable is `zxbc.exe` (more on this later). With this toolchain
51-
also comes `zxbasm.exe` (the assembler) and `zxbpp.exe` (the preprocessor), but these
50+
also comes `zxbasm.exe` (the assembler) and `zxbpp.exe` (the preprocessor), but these
5251
are not needed when programming in BASIC.
5352

5453
- For Linux and Mac OSX there is a python version, so you will need a python

docs/archive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ repository (git).
1010
You can contribute to ZX BASIC by reporting possible bugs or improvement suggestions at the
1111
[forum](http://www.boriel.com/forum) or in social media.
1212

13-
Latest stable version is <span style="color: green;">**1.16.3**</span>.
13+
Latest stable version is <span style="color: green;">**1.16.4**</span>.
1414
Click on the desired icon below to download the package suitable for your platform:
1515

1616
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/win32.png" alt="win32zip" width="32px"/>
17-
http://www.boriel.com/files/zxb/zxbasic-1.16.3-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.3-win32.zip)
17+
http://www.boriel.com/files/zxb/zxbasic-1.16.4-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.4-win32.zip)
1818
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
1919
<br/>&nbsp;
2020
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/macos.png" alt="macostargz" width="32px"/>
21-
http://www.boriel.com/files/zxb/zxbasic-1.16.3-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.3-macos.tar.gz)
21+
http://www.boriel.com/files/zxb/zxbasic-1.16.4-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.4-macos.tar.gz)
2222
<br />Mac OS x64 binary package. No install needed, just uncompress it in a directory of your choice.
2323
<br/>&nbsp;
2424
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
25-
http://www.boriel.com/files/zxb/zxbasic-1.16.3-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.3-linux64.tar.gz)
25+
http://www.boriel.com/files/zxb/zxbasic-1.16.4-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.4-linux64.tar.gz)
2626
<br />Linux x64 binary package. No install needed, just uncompress it in a directory of your choice.
2727
<br/>&nbsp;
2828
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/zip-package.png" alt="zip" width="32px"/>
29-
http://www.boriel.com/files/zxb/zxbasic-1.16.3.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.3.zip)
29+
http://www.boriel.com/files/zxb/zxbasic-1.16.4.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.4.zip)
3030
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
3131
<br/>&nbsp;
3232
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/driver-down.png" alt="tar.gz" width="32px"/>
33-
http://www.boriel.com/files/zxb/zxbasic-1.16.3.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.3.tar.gz)
33+
http://www.boriel.com/files/zxb/zxbasic-1.16.4.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.4.tar.gz)
3434
<br />Windows, Linux, Mac tar.gz package, with python scripts. Requires python installed in your system.
3535

3636
###What's new

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zxbasic"
3-
version = "1.16.3"
3+
version = "1.16.4"
44
description = "Boriel's ZX BASIC Compiler"
55
authors = ["Jose Rodriguez <[email protected]>"]
66
license = "GPL-3.0-or-later"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup_kwargs = {
2525
"name": "zxbasic",
26-
"version": "1.16.3",
26+
"version": "1.16.4",
2727
"description": "Boriel's ZX BASIC Compiler",
2828
"classifiers": [
2929
# How mature is this project? Common values are

src/zxbasm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.16.3"
1+
VERSION = "1.16.4"

src/zxbc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.16.3"
1+
VERSION = "1.16.4"

0 commit comments

Comments
 (0)