We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdae3e0 commit b5bb5deCopy full SHA for b5bb5de
docs/changelog.md
@@ -1,10 +1,10 @@
1
ITables ChangeLog
2
=================
3
4
-2.5.2-dev (2025-09-02)
+2.5.2 (2025-09-02)
5
------------------
6
7
-**Changed**
+**Fixed**
8
- `platformdirs` is an optional dependency of ITables ([#437](https://github.com/mwouts/itables/issues/437))
9
10
src/itables/version.py
@@ -1,3 +1,3 @@
"""ITables' version number"""
-__version__ = "2.5.2-dev"
+__version__ = "2.5.2"
0 commit comments