diff --git a/CHANGELOG.md b/CHANGELOG.md index dd97322a..08ed5a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.14.1 (2025-01-21) + +### Fix + +- replace myst-parser with myst-nb for notebook support + ## v1.14.0 (2025-01-21) ### Feat diff --git a/docs/conf.py b/docs/conf.py index c3b98ff8..cf935bcf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.14.0" -release = "1.14.0" +version = "1.14.1" +release = "1.14.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 e26a1ae1..9b1c3ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.14.0" +version = "1.14.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.14.0" +version = "1.14.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true