Skip to content

Commit e39cb14

Browse files
authored
v0.9.2
2 parents 0addd8f + c9cc91f commit e39cb14

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/Pipeline.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
Pipeline:
1212
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
13+
permissions:
14+
contents: write # required for create tag
15+
actions: write # required for trigger workflow
1316
with:
1417
package_name: sphinx_reports
1518
unittest_python_version_list: '3.11 3.12 3.13'

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.1"
35+
$PackageVersion = "0.9.2"
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.1"
46+
__version__ = "0.9.2"
4747
__keywords__ = [
4848
"Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate", "Code Coverage", "Coverage",
4949
"Documentation Coverage", "Unittest", "Dependencies", "Summary"

0 commit comments

Comments
 (0)