diff --git a/docs/changelog.md b/docs/changelog.md index d5a0ad4c..2b58cd01 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,17 +1,17 @@ ITables ChangeLog ================= -2.1.0-dev (2024-05-??) +2.1.0 (2024-05-27) ------------------ +**Added** +- ITables works with Streamlit ([#270](https://github.com/mwouts/itables/pull/270)) + **Changed** - ITables now uses the `src` layout ([#246](https://github.com/mwouts/itables/issues/246)) - many thanks to [Mahendra Paipuri](https://github.com/mahendrapaipuri) for his help on this topic! - We have updated `dt_for_itables`' dependencies to `datatables.net-dt==2.0.7` and `datatables.net-select-dt==2.0.2` ([#273](https://github.com/mwouts/itables/pull/273)) - We have updated the pre-commit hooks used in the project ([#268](https://github.com/mwouts/itables/pull/268)) -**Added** -- We have added a streamlit component for ITables ([#270](https://github.com/mwouts/itables/pull/270)) - 2.0.1 (2024-04-30) ------------------ diff --git a/src/itables/version.py b/src/itables/version.py index 8afee4bc..0087b58d 100644 --- a/src/itables/version.py +++ b/src/itables/version.py @@ -1,3 +1,3 @@ """ITables' version number""" -__version__ = "2.1.0rc3" +__version__ = "2.1.0"