Skip to content

Commit 2928800

Browse files
committed
Version 1.5.1
1 parent a28445a commit 2928800

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ITables ChangeLog
22
=================
33

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+
411
1.5.0 (2023-03-11)
512
------------------
613

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.0"
3+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)