From 1691f9c91623bf410532b7e3facd20fb48fd4d73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Oct 2023 12:00:09 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/pandabear/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8093cf7..b6fc1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.1 (2023-10-30) + +### Fix + +- try with two workflows + ## v0.9.0 (2023-10-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8a22aa6..c6302ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ fail_under = 0 [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.0" +version = "0.9.1" version_files = [ "src/pandabear/__init__.py:__version__" ] diff --git a/src/pandabear/__init__.py b/src/pandabear/__init__.py index 8d075df..9e7754f 100644 --- a/src/pandabear/__init__.py +++ b/src/pandabear/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" # Set default logging handler to avoid "No handler found" warnings.