From 7c7f64de919146d9ec97b0d0ccc4c6f7f50ba7f6 Mon Sep 17 00:00:00 2001 From: Hakan Celik Date: Wed, 5 Jul 2023 12:46:06 +0300 Subject: [PATCH] Fix the changelog address on pyproject.toml (#6445) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 613db5ae65..28086bd728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ Homepage = 'https://github.com/pydantic/pydantic' Documentation = 'https://docs.pydantic.dev' Funding = 'https://github.com/sponsors/samuelcolvin' Source = 'https://github.com/pydantic/pydantic' -Changelog = 'https://docs.pydantic.dev/changelog' +Changelog = 'https://docs.pydantic.dev/changelog/' [tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = 'text/markdown'