From dcf29a55cceffaecf7c3c2dcab81a0c6d5f24bf1 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Fri, 23 Nov 2018 00:12:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.8=20=E2=86=92=201.8.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ChangeLog | 6 ++++++ version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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'