From 7ee05b6c340135110defb75aa5b050a7807e4e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Nov 2024 20:23:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.9.0=20=E2=86=92=201.9.1?= 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 201ea6a9..40582af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.9.1 (2024-11-27) + +### Fix + +- add User-Agent headers to github request + ## v1.9.0 (2024-11-22) ### Feat diff --git a/docs/conf.py b/docs/conf.py index ebd1c71b..b828372c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,8 @@ "path": "demo/doxygen/xml", } -version = "1.9.0" -release = "1.9.0" +version = "1.9.1" +release = "1.9.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 e9fd195f..f3dd2068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.9.0" +version = "1.9.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.9.0" +version = "1.9.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true