diff --git a/docs/changelog.rst b/docs/changelog.rst index 257b166..e4de186 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,7 +12,7 @@ Unreleased 1.3.1 ----- :Released: 02.10.2025 -:Full Changelog: `v1.3.0...v1.3.1 `__ +:Full Changelog: `v1.3.0...v1.3.1 `__ * Support Sphinx-Needs 6 schema validation `#122 `_ diff --git a/pyproject.toml b/pyproject.toml index 5f987f5..814a705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "sphinx-test-reports" -version = "1.3.0" +version = "1.3.1" description = "Sphinx extension for showing test results and test environment information inside sphinx documentations" readme = "README.rst" license = { text = "MIT" }