File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
sphinxcontrib/test_reports Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ Unreleased
77----------
88:Released: under development
99
10+ .. _`release:1.3.1` :
11+
12+ 1.3.1
13+ -----
14+ :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 >`__
16+
17+ * Support Sphinx-Needs 6 schema validation
18+ `#122 <https://github.com/useblocks/sphinx-test-reports/pull/122 >`_
19+
10201.3.0
1121-----
1222:Released: 28.09.2025
Original file line number Diff line number Diff line change 3131# The short X.Y version
3232version = "1.3"
3333# The full version, including alpha/beta/rc tags
34- release = "1.3.0 "
34+ release = "1.3.1 "
3535
3636needs_id_regex = ".*"
3737needs_css = "dark.css"
Original file line number Diff line number Diff line change 3737
3838# fmt: on
3939
40- VERSION = "1.3.0 "
40+ VERSION = "1.3.1 "
4141
4242
4343def setup (app : Sphinx ):
You canβt perform that action at this time.
0 commit comments