Skip to content

Commit 0fe6a39

Browse files
authored
v7.10.1
2 parents e85aa6a + cad3380 commit 0fe6a39

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/PublishReleaseNotes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,10 @@ jobs:
832832
repo=${owner_repo##*/}
833833
834834
# Replace special identifiers
835+
printf -- "Replace pyTooling/Action variables ... "
836+
NOTES="${NOTES//%%TAG%%/${{ inputs.tag }}}"
837+
printf "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}\n"
838+
835839
printf -- "Replace GitHub variables ... "
836840
NOTES="${NOTES//%%gh_server%%/${{ github.server_url }}}"
837841
NOTES="${NOTES//%%gh_workflow_name%%/${{ github.workflow }}}"

myFramework/Extension/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__email__ = "Paebbels@gmail.com"
3737
__copyright__ = "2017-2026, Patrick Lehmann"
3838
__license__ = "Apache License, Version 2.0"
39-
__version__ = "7.10.0"
39+
__version__ = "7.10.1"
4040
__keywords__ = ["GitHub Actions"]
4141
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242

myPackage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__email__ = "Paebbels@gmail.com"
3737
__copyright__ = "2017-2026, Patrick Lehmann"
3838
__license__ = "Apache License, Version 2.0"
39-
__version__ = "7.10.0"
39+
__version__ = "7.10.1"
4040
__keywords__ = ["GitHub Actions"]
4141
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242

run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Param(
3939

4040
$ProjectName = "Actions"
4141
$PackageName = "myPackage"
42-
$PackageVersion = "7.10.0"
42+
$PackageVersion = "7.10.1"
4343
$PythonVersion = "3.14"
4444
$LaTeXDocument = "${ProjectName}.tex"
4545

0 commit comments

Comments
 (0)