Skip to content

Commit 8a208ad

Browse files
committed
Bump version: 1.9.2 → 1.9.3
1 parent 24103f1 commit 8a208ad

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.2
2+
current_version = 1.9.3
33
files = version.py
44

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
2+
===
3+
+ ! Bugfix: fixes some bugs in the parser to improve stability.
4+
15
[v1.9.2](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
26
===
37
+ ! Bugfix: fixes a bug in the optimizer (-O3 and -O4)

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.2'
1+
VERSION = '1.9.3'

0 commit comments

Comments
 (0)