diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 812246957..b422124b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +v4.7.1 +------ + +* Minor tweak of the PyPI hyperlink names + v4.7.0 ------ diff --git a/pyproject.toml b/pyproject.toml index 115e20154..6a278b73e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,13 +67,13 @@ format_nongpl = [ jsonschema = "jsonschema.cli:main" [project.urls] -homepage = "https://github.com/python-jsonschema/jsonschema" -documentation = "https://python-jsonschema.readthedocs.io/" -issues = "https://github.com/python-jsonschema/jsonschema/issues/" -funding = "https://github.com/sponsors/Julian" -tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link" -changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst" -source = "https://github.com/python-jsonschema/jsonschema" +Homepage = "https://github.com/python-jsonschema/jsonschema" +Documentation = "https://python-jsonschema.readthedocs.io/" +Issues = "https://github.com/python-jsonschema/jsonschema/issues/" +Funding = "https://github.com/sponsors/Julian" +Tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link" +Changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst" +Source = "https://github.com/python-jsonschema/jsonschema" [tool.isort] from_first = true