From 05e728d536a4580e9fb350555a58dcf81c32b35c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Sep 2024 18:15:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.8.1=20=E2=86=92=201.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227342f6..e525e7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.8.2 (2024-09-24) + +### Fix + +- **theme.py**: Update path to favicon + ## v1.8.1 (2024-09-17) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 572191b6..c2792192 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,8 @@ "path": "demo/doxygen/xml", } -version = "1.8.1" -release = "1.8.1" +version = "1.8.2" +release = "1.8.2" 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 ed03a2d4..e570d428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.8.1" +version = "1.8.2" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.8.1" +version = "1.8.2" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true