From 6624bd5d67b14bdf83c58d43ff721cefe68c9723 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jan 2024 18:42:09 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.31.0=20=E2=86=92=200.32.0?= 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 ff7a8e90..f853560e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.32.0 (2024-01-26) + +### Feat + +- **theme.conf**: Update header latest version + ## v0.31.0 (2024-01-12) ### Feat diff --git a/docs/conf.py b/docs/conf.py index a931647a..2bda5d00 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,8 @@ "path": "demo/doxygen/xml", } -version = "0.31.0" -release = "0.31.0" +version = "0.32.0" +release = "0.32.0" 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 2fa206d2..abd59606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.31.0" +version = "0.32.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -73,7 +73,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.31.0" +version = "0.32.0" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true