diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d0decb5e0..486c4c846 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.8.8 +current_version = 1.8.9 files = version.py diff --git a/ChangeLog b/ChangeLog index 3c036768e..f2ed395ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +================================================================ +Changes from Version 1.8.8 to 1.8.9 +! Bugfix: Crash in READ and DATA sentences under some cases +! Bugfix: Fix INT to behave like the original one (Round to -INF) +! Bugfix: --array-check was not working properly. Fixed! + ================================================================ Changes from Version 1.8.7 to 1.8.8 ! Bugfix: fix 32 bit operations (DIV, MOD...) diff --git a/version.py b/version.py index dfa1796c7..051375da4 100755 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '1.8.8' +VERSION = '1.8.9'