Skip to content

Commit 1238f9c

Browse files
committed
Version 2.1.0
1 parent 235a6a9 commit 1238f9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
ITables ChangeLog
22
=================
33

4-
2.1.0-dev (2024-05-??)
4+
2.1.0 (2024-05-27)
55
------------------
66

7+
**Added**
8+
- ITables works with Streamlit ([#270](https://github.com/mwouts/itables/pull/270))
9+
710
**Changed**
811
- 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!
912
- 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))
1013
- We have updated the pre-commit hooks used in the project ([#268](https://github.com/mwouts/itables/pull/268))
1114

12-
**Added**
13-
- We have added a streamlit component for ITables ([#270](https://github.com/mwouts/itables/pull/270))
14-
1515

1616
2.0.1 (2024-04-30)
1717
------------------

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.1.0rc3"
3+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)