Skip to content

Commit b1a6017

Browse files
committed
Version 2.4.2
1 parent 5a77428 commit b1a6017

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changelog.md

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

4-
2.4.2-dev (???)
4+
2.4.2 (2025-06-11)
55
------------------
66

77
**Added**
8-
- We have added a `Framework :: Dash` classifier to highlight the fact that ITables has a component for Dash.
8+
- We have added a `Framework :: Dash` classifier to highlight the fact that ITables has a component for Dash
9+
- We have added more type annotations ([#390](https://github.com/mwouts/itables/issues/390))
910

1011
**Fixed**
1112
- We have added a `Typing :: Typed` classifier to the package as ITables now comes with type annotations ([#411](https://github.com/mwouts/itables/issues/411))

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.4.2-dev"
3+
__version__ = "2.4.2"

0 commit comments

Comments
 (0)