Skip to content

Commit 85feea9

Browse files
cbm755pre-commit-ci[bot]gaborbernat
authored
don't include outdated changelog in docs (#301)
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>
1 parent 580dffd commit 85feea9

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CHANGES.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
platformdirs Changelog
22
======================
33

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

86
platformdirs 4.0.0 (2023-11-10)
97
-------------------------------

docs/changelog.rst

-1
This file was deleted.

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The source code and issue tracker are both hosted on `GitHub`_.
1313
:maxdepth: 3
1414

1515
api
16-
changelog
1716

1817
Indices and tables
1918
==================

pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ optional-dependencies.test = [
6161
optional-dependencies.type = [
6262
"mypy>=1.11.2",
6363
]
64+
65+
urls.Changelog = "https://github.com/tox-dev/platformdirs/releases"
6466
urls.Documentation = "https://platformdirs.readthedocs.io"
65-
urls.Homepage = "https://github.com/platformdirs/platformdirs"
66-
urls.Source = "https://github.com/platformdirs/platformdirs"
67-
urls.Tracker = "https://github.com/platformdirs/platformdirs/issues"
67+
urls.Homepage = "https://github.com/tox-dev/platformdirs"
68+
urls.Source = "https://github.com/tox-dev/platformdirs"
69+
urls.Tracker = "https://github.com/tox-dev/platformdirs/issues"
6870

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

0 commit comments

Comments
 (0)