From c0ae269fbfce91553e8c58b60b49debe85471b0f Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 7 Dec 2024 12:19:13 +0000 Subject: [PATCH] Version 2.2.4 --- .gitignore | 3 +++ docs/changelog.md | 8 ++++++++ src/itables/version.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 712414a9..e3ded959 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ src/itables/itables_for_streamlit # Jupyter Widget src/itables/widget/static + +# On-going research +research diff --git a/docs/changelog.md b/docs/changelog.md index 1c9d55a8..2d038283 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,14 @@ ITables ChangeLog ================= +2.2.4 (2024-12-07) +------------------ + +**Fixed** +- We have fixed an issue with the HTML export of multiple tables in the same cell ([#338](https://github.com/mwouts/itables/issues/338)) +- The dependencies of the Streamlit component have been updated ([#343](https://github.com/mwouts/itables/pull/343), [#345](https://github.com/mwouts/itables/pull/345)) + + 2.2.3 (2024-11-01) ------------------ diff --git a/src/itables/version.py b/src/itables/version.py index 4e686fc6..3468a8f4 100644 --- a/src/itables/version.py +++ b/src/itables/version.py @@ -1,3 +1,3 @@ """ITables' version number""" -__version__ = "2.2.3" +__version__ = "2.2.4"