Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merged in release/bumpversion (pull request boriel-basic#225)
Browse files Browse the repository at this point in the history
Bump version: 1.9.4 → 1.9.5

Approved-by: Jose Rodriguez <boriel@gmail.com>
  • Loading branch information
boriel committed Oct 18, 2019
2 parents f57ed72 + 60bb26c commit c2338d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.9.4
current_version = 1.9.5
files = version.py

5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[v1.9.5](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.5)
===
+ ! Bugfix: error compiling to binary with headerless mode (thx to em00k)
+ ! Bugfix: fixes several crashes under some conditions

[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
===
+ ! Bugfix: Fixes escape code for backslash (thx to em00k)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.9.4'
VERSION = '1.9.5'

0 comments on commit c2338d3

Please sign in to comment.