Skip to content

Commit 3f03dd6

Browse files
committed
πŸš€ Bump version to 1.3.2 and update changelog for release
1 parent 88c72ec commit 3f03dd6

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

β€Ždocs/changelog.rstβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Unreleased
77
----------
88
:Released: under development
99

10+
.. _`release:1.3.2`:
11+
12+
1.3.2
13+
-----
14+
:Released: 13.11.2025
15+
16+
This release improves Sphinx-Test-Reports compatibility with Sphinx and
17+
fixes some Sphinx related deprecation warnings.
18+
19+
* Bugfix: Fix deprecation warnings with Sphinx 8.
20+
`#128 <https://github.com/useblocks/sphinx-test-reports/pull/128>`_
21+
1022
.. _`release:1.3.1`:
1123

1224
1.3.1

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# The short X.Y version
3232
version = "1.3"
3333
# The full version, including alpha/beta/rc tags
34-
release = "1.3.1"
34+
release = "1.3.2"
3535

3636
needs_id_regex = ".*"
3737
needs_css = "dark.css"

β€Ž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.1"
7+
version = "1.3.2"
88
description = "Sphinx extension for showing test results and test environment information inside sphinx documentations"
99
readme = "README.rst"
1010
license = { text = "MIT" }

β€Žsphinxcontrib/test_reports/test_reports.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# fmt: on
3939

40-
VERSION = "1.3.1"
40+
VERSION = "1.3.2"
4141

4242

4343
def setup(app: Sphinx):

0 commit comments

Comments
Β (0)