Skip to content

Commit

Permalink
framework name fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolQue committed Dec 13, 2024
1 parent d9a994c commit 60b8279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/release_info/libs/COutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# XC-HWP/ESW3-Queckenstedt
#
# 12.12.2024
# 13.12.2024
#
# --------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -125,7 +125,7 @@ def GenReleaseInfo(self):
# header table
# (!!! temporary hack !!!)
framework_name = "RobotFramework AIO"
bundle_name_fixed = "Robot Framework"
bundle_name_fixed = bundle_name.replace("RobotFramework AIO", "Robot Framework")
listLinesHTML.append(self.__oPattern.GetHeaderTable(framework_name, bundle_name_fixed, bundle_version, bundle_version_date))

listLinesHTML.append(self.__oPattern.GetHLine())
Expand Down
4 changes: 2 additions & 2 deletions tools/release_info/release_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#
# **************************************************************************************************************
#
VERSION = "0.10.1"
VERSION_DATE = "12.12.2024"
VERSION = "0.10.2"
VERSION_DATE = "13.12.2024"
#
# **************************************************************************************************************

Expand Down

0 comments on commit 60b8279

Please sign in to comment.