From 7cae48d3a7cf7f9bec55bc90ea84f47d73a184cc Mon Sep 17 00:00:00 2001 From: Patrick Dahlke Date: Thu, 2 Oct 2025 15:02:53 +0200 Subject: [PATCH 1/5] Upgrade version to 1.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } From 8d545b39e24f48d51ad8929450036c4c2cfb5f60 Mon Sep 17 00:00:00 2001 From: Patrick Dahlke Date: Thu, 2 Oct 2025 15:10:58 +0200 Subject: [PATCH 2/5] Update changelog --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 257b166..6577a4e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,10 +12,12 @@ 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 `_ +* Increase version to 1.3.1 + `#124 `_ 1.3.0 ----- From 1ec8039d3e0ae946f702422d27d2c9d9f8d7b4fb Mon Sep 17 00:00:00 2001 From: Patrick Dahlke Date: Thu, 2 Oct 2025 15:15:22 +0200 Subject: [PATCH 3/5] Add commit hash instead of tag --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6577a4e..ae71e55 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 `_ From 437920ac306f5806077746168268834232745477 Mon Sep 17 00:00:00 2001 From: Patrick Dahlke Date: Thu, 2 Oct 2025 15:15:57 +0200 Subject: [PATCH 4/5] Update docs/changelog.rst Co-authored-by: Marco Heinemann --- docs/changelog.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ae71e55..702be31 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,6 @@ Unreleased * Support Sphinx-Needs 6 schema validation `#122 `_ -* Increase version to 1.3.1 `#124 `_ 1.3.0 From 07a92d4b722d0fa7523ae09476efb371a41461d1 Mon Sep 17 00:00:00 2001 From: Patrick Dahlke Date: Thu, 2 Oct 2025 15:20:07 +0200 Subject: [PATCH 5/5] Remove unimportant PR --- docs/changelog.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 702be31..e4de186 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,6 @@ Unreleased * Support Sphinx-Needs 6 schema validation `#122 `_ - `#124 `_ 1.3.0 -----