From 55cb29425c27eee89c2d88ae624ef66857d01e9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Dec 2023 09:36:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.2=20=E2=86=92=200.9.3?= 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 ca331be..646922e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.3 (2023-12-04) + +### Fix + +- Relax numpy version requirement + ## v0.9.2 (2023-10-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 401f175..43e9594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ fail_under = 0 [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.2" +version = "0.9.3" version_files = [ "src/pandabear/__init__.py:__version__" ] diff --git a/src/pandabear/__init__.py b/src/pandabear/__init__.py index 0d4f46b..f3f504b 100644 --- a/src/pandabear/__init__.py +++ b/src/pandabear/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.2" +__version__ = "0.9.3" # Set default logging handler to avoid "No handler found" warnings.