From 9f9741f9ee747a2d85fb3fbdb2b24ead500e049c Mon Sep 17 00:00:00 2001 From: Kazu Version Bump Date: Mon, 8 Jul 2024 16:43:09 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ kazu/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f062b66a..66d55977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.1 - 2024-07-08 + + +No significant changes. + + ## 2.1.0 - 2024-07-04 diff --git a/kazu/__init__.py b/kazu/__init__.py index 9aa3f903..58039f50 100644 --- a/kazu/__init__.py +++ b/kazu/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1"