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 a28445a commit 2928800Copy full SHA for 2928800
docs/changelog.md
@@ -1,6 +1,13 @@
1
ITables ChangeLog
2
=================
3
4
+1.5.1 (2023-03-12)
5
+------------------
6
+
7
+**Fixed**
8
+- Empty Polars DataFrame are now rendered correctly ([#167](https://github.com/mwouts/itables/issues/167))
9
10
11
1.5.0 (2023-03-11)
12
------------------
13
itables/version.py
@@ -1,3 +1,3 @@
"""ITables' version number"""
-__version__ = "1.5.0"
+__version__ = "1.5.1"
0 commit comments