Skip to content

Commit 19bd6bb

Browse files
authored
v0.9.3
2 parents e39cb14 + bd768b5 commit 19bd6bb

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/Pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Pipeline
22

33
on:
44
push:
5+
create:
56
workflow_dispatch:
67
schedule:
78
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ line-length = 120
1111

1212
[tool.mypy]
1313
files = ["sphinx_reports"]
14-
python_version = "3.12"
14+
python_version = "3.13"
1515
#ignore_missing_imports = true
1616
strict = true
1717
pretty = true

run.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Param(
3232
)
3333

3434
$PackageName = "sphinx_reports"
35-
$PackageVersion = "0.9.2"
35+
$PackageVersion = "0.9.3"
3636

3737
# set default values
3838
$EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]

sphinx_reports/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__email__ = "[email protected]"
4444
__copyright__ = "2023-2025, Patrick Lehmann"
4545
__license__ = "Apache License, Version 2.0"
46-
__version__ = "0.9.2"
46+
__version__ = "0.9.3"
4747
__keywords__ = [
4848
"Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate", "Code Coverage", "Coverage",
4949
"Documentation Coverage", "Unittest", "Dependencies", "Summary"

0 commit comments

Comments
 (0)