From 9263ef2d8160fa38e3677772c8ea19a572a88d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 21:16:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.30.1=20=E2=86=92=200.30.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 ada8019b..baa80720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.30.2 (2023-12-15) + +### Fix + +- adding linux and windows site fixes + ## v0.30.1 (2023-12-06) ### Fix diff --git a/docs/conf.py b/docs/conf.py index e16fdbf4..0066236f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,5 +42,5 @@ copyright = ( "Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved." ) -version = "0.30.1" -release = "0.30.1" +version = "0.30.2" +release = "0.30.2" diff --git a/pyproject.toml b/pyproject.toml index ce2fa6fa..a62f4b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.30.1" +version = "0.30.2" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -73,7 +73,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.30.1" +version = "0.30.2" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true