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 7a70ddb commit 6873da3Copy full SHA for 6873da3
docs/changelog.md
@@ -1,6 +1,13 @@
1
ITables ChangeLog
2
=================
3
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
11
2.4.3 (2025-07-01)
12
------------------
13
src/itables/version.py
@@ -1,3 +1,3 @@
"""ITables' version number"""
-__version__ = "2.4.3"
+__version__ = "2.4.4"
0 commit comments