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.17.0 → 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boriel committed Oct 8, 2023
1 parent 59d6a7d commit 7c2b92d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.17.0
current_version = 1.17.1

[bumpversion:file:src/zxbc/version.py]
search = VERSION = "{current_version}"
Expand Down
12 changes: 6 additions & 6 deletions docs/archive.md
Expand Up @@ -10,28 +10,28 @@ 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.17.0**</span>.
Latest stable version is <span style="color: green;">**1.17.1**</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.17.0-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.0-win32.zip)
http://www.boriel.com/files/zxb/zxbasic-1.17.1-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.1-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.17.0-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.0-macos.tar.gz)
http://www.boriel.com/files/zxb/zxbasic-1.17.1-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.1-macos.tar.gz)
<br />Mac OS x64 package. No install needed, just uncompress it in a directory of your choice (needs Python installed
in your system).
<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.17.0-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.0-linux64.tar.gz)
http://www.boriel.com/files/zxb/zxbasic-1.17.1-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.1-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.17.0.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.0.zip)
http://www.boriel.com/files/zxb/zxbasic-1.17.1.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.1.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.17.0.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.0.tar.gz)
http://www.boriel.com/files/zxb/zxbasic-1.17.1.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.1.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zxbasic"
version = "1.17.0"
version = "1.17.1"
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
Expand Up @@ -24,7 +24,7 @@

setup_kwargs = {
"name": "zxbasic",
"version": "1.17.0",
"version": "1.17.1",
"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
@@ -1 +1 @@
VERSION = "1.17.0"
VERSION = "1.17.1"
2 changes: 1 addition & 1 deletion src/zxbc/version.py
@@ -1 +1 @@
VERSION = "1.17.0"
VERSION = "1.17.1"

0 comments on commit 7c2b92d

Please sign in to comment.