Skip to content

Commit 6873da3

Browse files
committed
Version 2.4.4
1 parent 7a70ddb commit 6873da3

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+
2.4.4 (2025-07-07)
5+
------------------
6+
7+
**Fixed**
8+
- We have fixed an assertion when a `table_id` is passed to `DT` ([#414](https://github.com/mwouts/itables/issues/414))
9+
10+
411
2.4.3 (2025-07-01)
512
------------------
613

src/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__ = "2.4.3"
3+
__version__ = "2.4.4"

0 commit comments

Comments
 (0)