Skip to content

Commit 93dc176

Browse files
committed
Bump version: 1.17.1 → 1.17.2
1 parent 498140e commit 93dc176

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.17.1
2+
current_version = 1.17.2
33

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

docs/archive.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ 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.17.1**</span>.
13+
Latest stable version is <span style="color: green;">**1.17.2**</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.17.1-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.1-win32.zip)
17+
http://www.boriel.com/files/zxb/zxbasic-1.17.2-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.2-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.17.1-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.1-macos.tar.gz)
21+
http://www.boriel.com/files/zxb/zxbasic-1.17.2-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.2-macos.tar.gz)
2222
<br />Mac OS x64 package. No install needed, just uncompress it in a directory of your choice (needs Python installed
2323
in your system).
2424
<br/>&nbsp;
2525
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
26-
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)
26+
http://www.boriel.com/files/zxb/zxbasic-1.17.2-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.2-linux64.tar.gz)
2727
<br />Linux x64 binary package. No install needed, just uncompress it in a directory of your choice.
2828
<br/>&nbsp;
2929
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/zip-package.png" alt="zip" width="32px"/>
30-
http://www.boriel.com/files/zxb/zxbasic-1.17.1.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.1.zip)
30+
http://www.boriel.com/files/zxb/zxbasic-1.17.2.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.2.zip)
3131
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
3232
<br/>&nbsp;
3333
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/driver-down.png" alt="tar.gz" width="32px"/>
34-
http://www.boriel.com/files/zxb/zxbasic-1.17.1.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.1.tar.gz)
34+
http://www.boriel.com/files/zxb/zxbasic-1.17.2.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.2.tar.gz)
3535
<br />Windows, Linux, Mac tar.gz package, with python scripts. Requires python installed in your system.
3636

3737
### What's new

pyproject.toml

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup_kwargs = {
2626
"name": "zxbasic",
27-
"version": "1.17.1",
27+
"version": "1.17.2",
2828
"description": "Boriel's ZX BASIC Compiler",
2929
"classifiers": [
3030
# How mature is this project? Common values are

src/zxbasm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.17.1"
1+
VERSION = "1.17.2"

src/zxbc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.17.1"
1+
VERSION = "1.17.2"

0 commit comments

Comments
 (0)