Skip to content

Commit c3454d8

Browse files
committed
Version 1.5.4
1 parent 1091932 commit c3454d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
ITables ChangeLog
22
=================
33

4-
1.5.3+dev (2023-06-??)
4+
1.5.4 (2023-08-18)
55
------------------
66

7+
**Fixed**
8+
- Fixed an OverflowError when displaying Polar tables containing unsigned integers ([#192](https://github.com/mwouts/itables/issues/192))
9+
710
**Changed**
811
- We have refactored the GitHub Action workflows. Python 2 was removed since it is not supported anymore.
912

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "1.5.3+dev"
3+
__version__ = "1.5.4"

0 commit comments

Comments
 (0)