Skip to content

Commit

Permalink
don't include outdated changelog in docs (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
3 people committed Sep 13, 2024
1 parent 580dffd commit 85feea9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
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 here <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
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ optional-dependencies.test = [
optional-dependencies.type = [
"mypy>=1.11.2",
]

urls.Changelog = "https://github.com/tox-dev/platformdirs/releases"
urls.Documentation = "https://platformdirs.readthedocs.io"
urls.Homepage = "https://github.com/platformdirs/platformdirs"
urls.Source = "https://github.com/platformdirs/platformdirs"
urls.Tracker = "https://github.com/platformdirs/platformdirs/issues"
urls.Homepage = "https://github.com/tox-dev/platformdirs"
urls.Source = "https://github.com/tox-dev/platformdirs"
urls.Tracker = "https://github.com/tox-dev/platformdirs/issues"

[tool.hatch]
build.hooks.vcs.version-file = "src/platformdirs/version.py"
Expand Down

0 comments on commit 85feea9

Please sign in to comment.