diff --git a/CHANGES.rst b/CHANGES.rst index 4377e2f..5aff275 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `_. platformdirs 4.0.0 (2023-11-10) ------------------------------- diff --git a/docs/changelog.rst b/docs/changelog.rst deleted file mode 100644 index d9e113e..0000000 --- a/docs/changelog.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index 7c5428c..a71976e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,6 @@ The source code and issue tracker are both hosted on `GitHub`_. :maxdepth: 3 api - changelog Indices and tables ================== diff --git a/pyproject.toml b/pyproject.toml index 66f7e4d..1d46415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"