Skip to content

Commit 1e27377

Browse files
committed
Merged in bugfix/div32 (pull request #178)
Bump version: 1.8.7 → 1.8.8 Approved-by: Jose Rodriguez <boriel@gmail.com>
2 parents 0503a2a + 23c809b commit 1e27377

3 files changed

Lines changed: 6 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.7
2+
current_version = 1.8.8
33
files = version.py
44

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
================================================================
2+
Changes from Version 1.8.7 to 1.8.8
3+
! Bugfix: fix 32 bit operations (DIV, MOD...)
4+
15
================================================================
26
Changes from Version 1.8.6 to 1.8.7
37
! Bugfix: do not remove ASM blocks (optimize)

version.py

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

0 commit comments

Comments
 (0)