Skip to content

Commit 679a9f4

Browse files
committed
Version 2.5.0
1 parent d8d6ecc commit 679a9f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/changelog.md

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

4-
2.5.0-dev (unreleased)
4+
2.5.0 (2025-08-31)
55
------------------
66

77
**Fixed**
@@ -14,6 +14,7 @@ ITables ChangeLog
1414
**Changed**
1515
- We have changed the default value of the `html` argument in `itables.sample_dfs.get_countries`. It now defaults to `False`, in which case the example dataframes contains no HTML code.
1616

17+
1718
2.4.5 (2025-08-23)
1819
------------------
1920

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.5.0-dev"
3+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)