Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump version: 1.16.3 → 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boriel committed Oct 12, 2022
1 parent 25da966 commit 025bc91
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.16.3
current_version = 1.16.4

[bumpversion:file:src/zxbc/version.py]
search = VERSION = "{current_version}"
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[v1.16.4](https://github.com/boriel/zxbasic/tree/v1.16.4)
===
+ ! Fixed some bugs and improved stability

[v1.16.3](https://github.com/boriel/zxbasic/tree/v1.16.3)
===
+ ! Fixed some bugs in the compiler
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
![Boriel ZX Basic](img/zxbasic_logo.png)

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

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

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

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

- For DOCUMENTATION in English go to the [ZX BASIC docs](https://zxbasic.readthedocs.io/en/latest/).

- For help, support, updates meet the community at the [forum](https://www.boriel.com/forum).


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

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

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

- For Linux and Mac OSX there is a python version, so you will need a python
Expand Down
12 changes: 6 additions & 6 deletions docs/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ repository (git).
You can contribute to ZX BASIC by reporting possible bugs or improvement suggestions at the
[forum](http://www.boriel.com/forum) or in social media.

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

* [<img src="https://zxbasic.readthedocs.io/en/docs/img/win32.png" alt="win32zip" width="32px"/>
http://www.boriel.com/files/zxb/zxbasic-1.16.3-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.3-win32.zip)
http://www.boriel.com/files/zxb/zxbasic-1.16.4-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.4-win32.zip)
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
<br/>&nbsp;
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/macos.png" alt="macostargz" width="32px"/>
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)
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)
<br />Mac OS x64 binary package. No install needed, just uncompress it in a directory of your choice.
<br/>&nbsp;
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
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)
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)
<br />Linux x64 binary package. No install needed, just uncompress it in a directory of your choice.
<br/>&nbsp;
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/zip-package.png" alt="zip" width="32px"/>
http://www.boriel.com/files/zxb/zxbasic-1.16.3.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.3.zip)
http://www.boriel.com/files/zxb/zxbasic-1.16.4.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.4.zip)
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
<br/>&nbsp;
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/driver-down.png" alt="tar.gz" width="32px"/>
http://www.boriel.com/files/zxb/zxbasic-1.16.3.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.3.tar.gz)
http://www.boriel.com/files/zxb/zxbasic-1.16.4.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.4.tar.gz)
<br />Windows, Linux, Mac tar.gz package, with python scripts. Requires python installed in your system.

###What's new
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zxbasic"
version = "1.16.3"
version = "1.16.4"
description = "Boriel's ZX BASIC Compiler"
authors = ["Jose Rodriguez <boriel@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup_kwargs = {
"name": "zxbasic",
"version": "1.16.3",
"version": "1.16.4",
"description": "Boriel's ZX BASIC Compiler",
"classifiers": [
# How mature is this project? Common values are
Expand Down
2 changes: 1 addition & 1 deletion src/zxbasm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.16.3"
VERSION = "1.16.4"
2 changes: 1 addition & 1 deletion src/zxbc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.16.3"
VERSION = "1.16.4"

0 comments on commit 025bc91

Please sign in to comment.