From c4e1de5d600a056bb22532b7192029da8084d7e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Jun 2023 23:21:07 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.18.0=20=E2=86=92=200.18.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da3bced..858097d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.18.1 (2023-06-27) + +### Fix + +- **projects.py**: do not have an announcement stating the latest version + +### Refactor + +- **header.html**: revert flyout to default position for consistency + ## v0.18.0 (2023-06-27) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8741fc35..cd65222b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.18.0" +version = "0.18.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -71,7 +71,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.18.0" +version = "0.18.1" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true