Skip to content

Commit

Permalink
framework name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HolQue committed Dec 12, 2024
1 parent f8b3f63 commit d9a994c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
#
# 26.11.2024
# 12.12.2024
#
# --------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -124,8 +124,8 @@ def GenReleaseInfo(self):

# header table
# (!!! temporary hack !!!)
framework_name = "RobotFramework AIO"
bundle_name_fixed = bundle_name.replace("AIO ", "")
framework_name = "RobotFramework AIO"
bundle_name_fixed = "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.0"
VERSION_DATE = "26.11.2024"
VERSION = "0.10.1"
VERSION_DATE = "12.12.2024"
#
# **************************************************************************************************************

Expand Down

0 comments on commit d9a994c

Please sign in to comment.