Skip to content

Commit 46c0702

Browse files
committed
Bump version: 1.9.3 → 1.9.4
1 parent c1a2f49 commit 46c0702

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.3
2+
current_version = 1.9.4
33
files = version.py
44

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
1+
[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
2+
===
3+
+ ! Bugfix: Fixes escape code for backslash (thx to em00k)
4+
5+
[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.3)
26
===
37
+ ! Bugfix: fixes some bugs in the parser to improve stability.
48

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.3'
1+
VERSION = '1.9.4'

0 commit comments

Comments
 (0)