From 4c3d23685a4eb450c438c6586705831b4b0a87a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Oct 2024 22:50:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.8.2=20=E2=86=92=201.8.3?= 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 e525e7a8..6331fed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.8.3 (2024-10-18) + +### Fix + +- **projects.yaml**: Update omniperf and omnitrace dev branch + ## v1.8.2 (2024-09-24) ### Fix diff --git a/docs/conf.py b/docs/conf.py index c2792192..781b6bd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,8 @@ "path": "demo/doxygen/xml", } -version = "1.8.2" -release = "1.8.2" +version = "1.8.3" +release = "1.8.3" 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 e570d428..201d5823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.8.2" +version = "1.8.3" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.8.2" +version = "1.8.3" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true