Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
platformdirs Changelog
======================

platformdirs 4.1.0 (2024-01-XX)
-------------------------------
- Add convenience methods ``iter_{config,cache,data,runtime}_{dirs,paths}``.
The changes of more recent versions are tracked at https://github.com/tox-dev/platformdirs/releases

platformdirs 4.0.0 (2023-11-10)
-------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/changelog.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The source code and issue tracker are both hosted on `GitHub`_.
:maxdepth: 3

api
changelog

Indices and tables
==================
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ optional-dependencies.test = [
optional-dependencies.type = [
"mypy>=1.11.2",
]

urls.Changelog = "https://github.com/platformdirs/platformdirs/releases"
urls.Documentation = "https://platformdirs.readthedocs.io"
urls.Homepage = "https://github.com/platformdirs/platformdirs"
urls.Source = "https://github.com/platformdirs/platformdirs"
Expand Down