From 48c139d1566b85908c34e4bc0865a0974ac103a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 30 Sep 2024 11:24:31 +0200 Subject: [PATCH] 2.25.7 --- CHANGELOG.md | 7 +++++-- satella/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824ff3ea..75c17d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ +# v2.25.7 + +* paths changed in pyproject.toml +* removed prints from unit tests + # v2.25.6 * deprecated rethrow_as * fixed circular import -* paths changed in pyproject.toml -* removed prints from unit tests * fixed a subtle bug in _CPUProfileBuilderThread.get_own_cpu_usage # v2.25.5 diff --git a/satella/__init__.py b/satella/__init__.py index 4416575d..082a89d5 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.25.6' +__version__ = '2.25.7' -- GitLab