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.
1 parent 0503a2a commit 23c809bCopy full SHA for 23c809b
3 files changed
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.8.7
+current_version = 1.8.8
3
files = version.py
4
ChangeLog
@@ -1,3 +1,7 @@
+================================================================
+Changes from Version 1.8.7 to 1.8.8
+! Bugfix: fix 32 bit operations (DIV, MOD...)
+
5
================================================================
6
Changes from Version 1.8.6 to 1.8.7
7
! Bugfix: do not remove ASM blocks (optimize)
version.py
@@ -1 +1 @@
-VERSION = '1.8.7'
+VERSION = '1.8.8'
0 commit comments