diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f0ecd3..bd89f13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.37.1 (2024-03-21) + +### Fix + +- **theme.conf**: Create point fix for 6.0.2 + ## v0.37.0 (2024-03-19) ### Feat diff --git a/docs/conf.py b/docs/conf.py index 75f87e41..44910c2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,8 @@ "path": "demo/doxygen/xml", } -version = "0.37.0" -release = "0.37.0" +version = "0.37.1" +release = "0.37.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 8ea93440..bb8ae2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.37.0" +version = "0.37.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -73,7 +73,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.37.0" +version = "0.37.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true