We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 109c85b + dcf29a5 commit 6073443Copy full SHA for 6073443
3 files changed
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.8.8
+current_version = 1.8.9
3
files = version.py
4
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)
5
+! Bugfix: --array-check was not working properly. Fixed!
6
+
7
================================================================
8
Changes from Version 1.8.7 to 1.8.8
9
! Bugfix: fix 32 bit operations (DIV, MOD...)
version.py
@@ -1 +1 @@
-VERSION = '1.8.8'
+VERSION = '1.8.9'
0 commit comments