Skip to content

Commit 75790d0

Browse files
committedSep 29, 2024·
Version 2.2.2
1 parent b341454 commit 75790d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎docs/changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
ITables ChangeLog
22
=================
33

4-
2.2.2-dev (2024-09-??)
4+
2.2.2 (2024-09-29)
55
------------------
66

77
**Fixed**
88
- We have fixed a HTML pop up warning when displaying Pandas Style objects in Quarto ([#317](https://github.com/mwouts/itables/issues/317))
99
- The dependencies of the Streamlit component have been updated ([#323](https://github.com/mwouts/itables/pull/323))
1010

1111
**Added**
12-
- We have documented how to use the `ITable` widget in a Shiny application and deployed a sample app ([#276](https://github.com/mwouts/itables/issues/276))
12+
- We have documented how to use the `ITable` widget in a Shiny application
13+
- We have deployed a sample Shiny app ([#276](https://github.com/mwouts/itables/issues/276))
1314

1415

1516
2.2.1 (2024-09-22)

‎src/itables/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.2.2-dev"
3+
__version__ = "2.2.2"

0 commit comments

Comments
 (0)
Please sign in to comment.