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 1091932 commit c3454d8Copy full SHA for c3454d8
docs/changelog.md
@@ -1,9 +1,12 @@
1
ITables ChangeLog
2
=================
3
4
-1.5.3+dev (2023-06-??)
+1.5.4 (2023-08-18)
5
------------------
6
7
+**Fixed**
8
+- Fixed an OverflowError when displaying Polar tables containing unsigned integers ([#192](https://github.com/mwouts/itables/issues/192))
9
+
10
**Changed**
11
- We have refactored the GitHub Action workflows. Python 2 was removed since it is not supported anymore.
12
itables/version.py
@@ -1,3 +1,3 @@
"""ITables' version number"""
-__version__ = "1.5.3+dev"
+__version__ = "1.5.4"
0 commit comments