From 42a2c43284526a4a075fc60a0f094156bcb0868e Mon Sep 17 00:00:00 2001 From: Adakar Date: Wed, 17 May 2023 20:54:28 +0200 Subject: [PATCH] Bump version to 0.2.1 + Release Notes --- HISTORY.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4d2daba..efdf842 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 0.2.1 (2023-05-17) +## Bugfixes +- Fixed a bug with setting log level via `set_leve()`(#24) + # 0.2.0 (2023-05-03) ## New Features - settings module - makes using various test settings easier and cleaner (#7) diff --git a/pyproject.toml b/pyproject.toml index cb38f1b..77b5749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "squape" -version = "0.2.0" +version = "0.2.1" authors = [ { name="Cyber Alpaca", email="contact@cyberalpaca.com" }, ]