Skip to content

Commit 542247a

Browse files
authored
Merge pull request #442 from samjwu/upd571
feat: Set latest version to 5.7.1
2 parents 28dcf94 + 8fc5f63 commit 542247a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rocm_docs/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _update_theme_configs(
295295
app: Sphinx, current_project: Optional[_Project], current_branch: str
296296
) -> None:
297297
"""Update configurations for use in theme.py"""
298-
latest_version = "5.7.0"
298+
latest_version = "5.7.1"
299299
latest_version_string = f"docs-{latest_version}"
300300
release_candidate = "6.0.0"
301301
release_candidate_string = f"docs-{release_candidate}"

src/rocm_docs/rocm_docs_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ flavor = rocm
1010

1111
link_main_doc = True
1212

13-
header_latest_version = 5.7.0
13+
header_latest_version = 5.7.1
1414
header_release_candidate = 6.0.0

0 commit comments

Comments
 (0)