From f45947069619b467642314054288757e0867f8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 23 Oct 2024 11:56:51 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 4 ++++ satella/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e20a2f..d61037f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.26.1 + +* _TBA_ + # v2.26.0 * **breaking change**: DictObject will no longer announce it's presence via __str__ and __repr__. It will just display diff --git a/satella/__init__.py b/satella/__init__.py index 4e71e9ad..468444d3 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.26.0' +__version__ = '2.26.1a1' -- GitLab