diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef61c4f..745233ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.4.1 (2024-06-27) + +### Fix + +- **header.jinja**: Make GitHub repo url for install docs point to install docs instead of ROCm home + +### Refactor + +- **core.py**: Apply ruff suggested fix +- **core.py**: Apply ruff suggested fix + ## v1.4.0 (2024-06-06) ### Feat diff --git a/docs/conf.py b/docs/conf.py index cc7b4dd1..daf1cd07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,8 @@ "path": "demo/doxygen/xml", } -version = "1.4.0" -release = "1.4.0" +version = "1.4.1" +release = "1.4.1" html_title = f"ROCm Docs Core {version}" project = "ROCm Docs Core" author = "Advanced Micro Devices, Inc." diff --git a/pyproject.toml b/pyproject.toml index 05421e36..3ecde358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.4.0" +version = "1.4.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.0" +version = "1.4.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true