From 9f5e9e45f5656c28f6dc34eb1ab0c687f0fc676e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Jun 2024 18:06:44 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.0=20=E2=86=92=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917d4485..6ef61c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.4.0 (2024-06-06) + +### Feat + +- Add google site verification content to theme context +- Add template for google site verification content + +### Refactor + +- Get versions from data branch instead of header-versions branch + ## v1.3.0 (2024-06-04) ### Feat diff --git a/docs/conf.py b/docs/conf.py index a4b441de..cc7b4dd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,8 @@ "path": "demo/doxygen/xml", } -version = "1.3.0" -release = "1.3.0" +version = "1.4.0" +release = "1.4.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 b4b1c394..05421e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.3.0" +version = "1.4.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.3.0" +version = "1.4.0" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true