Skip to content

Commit b5bb5de

Browse files
committed
Version 2.5.2
1 parent cdae3e0 commit b5bb5de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

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

4-
2.5.2-dev (2025-09-02)
4+
2.5.2 (2025-09-02)
55
------------------
66

7-
**Changed**
7+
**Fixed**
88
- `platformdirs` is an optional dependency of ITables ([#437](https://github.com/mwouts/itables/issues/437))
99

1010

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.2-dev"
3+
__version__ = "2.5.2"

0 commit comments

Comments
 (0)