Skip to content

Commit 82819bb

Browse files
authored
πŸ› Fix version increase (#124)
1 parent ac4d771 commit 82819bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ždocs/changelog.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unreleased
1212
1.3.1
1313
-----
1414
:Released: 02.10.2025
15-
:Full Changelog: `v1.3.0...v1.3.1 <https://github.com/useblocks/sphinx-test-reports/compare/1.3.0...54fa458960a97b747d4eacd009c36f4cdec44f59>`__
15+
:Full Changelog: `v1.3.0...v1.3.1 <https://github.com/useblocks/sphinx-test-reports/compare/1.3.0...ac4d771777b0af46919acf31f7cd34178d0b46d5>`__
1616

1717
* Support Sphinx-Needs 6 schema validation
1818
`#122 <https://github.com/useblocks/sphinx-test-reports/pull/122>`_

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "sphinx-test-reports"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "Sphinx extension for showing test results and test environment information inside sphinx documentations"
99
readme = "README.rst"
1010
license = { text = "MIT" }

0 commit comments

Comments
Β (0)