Skip to content

Commit 6073443

Browse files
committed
Merged in release/bumpversion (pull request #185)
Bump version: 1.8.8 → 1.8.9 Approved-by: Jose Rodriguez <boriel@gmail.com>
2 parents 109c85b + dcf29a5 commit 6073443

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
================================================================
2+
Changes from Version 1.8.8 to 1.8.9
3+
! Bugfix: Crash in READ and DATA sentences under some cases
4+
! Bugfix: Fix INT to behave like the original one (Round to -INF)
5+
! Bugfix: --array-check was not working properly. Fixed!
6+
17
================================================================
28
Changes from Version 1.8.7 to 1.8.8
39
! Bugfix: fix 32 bit operations (DIV, MOD...)

version.py

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

0 commit comments

Comments
 (0)