Skip to content

Commit 4ac6a4e

Browse files
authored
Merge pull request #233 from boriel/release/bumpversion
Bump version: 1.9.4 → 1.9.5
2 parents 860c98c + 0cfaf9f commit 4ac6a4e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.4
2+
current_version = 1.9.5
33
files = version.py
44

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[v1.9.5](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.5)
2+
===
3+
+ ! Bugfix: error compiling to binary with headerless mode (thx to em00k)
4+
+ ! Bugfix: fixes several crashes under some conditions
5+
16
[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
27
===
38
+ ! Bugfix: Fixes escape code for backslash (thx to em00k)

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.4'
1+
VERSION = '1.9.5'

0 commit comments

Comments
 (0)