From 8a662aa0271957f916f4358b82604ff26c22a7c9 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@ericsson.com> Date: Mon, 4 Mar 2024 11:54:39 +0100 Subject: [PATCH] ver bump Change-Id: I1f6e750e051302833ea38dbcc950e4a09e03b775 --- CHANGELOG.md | 10 +--------- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0dc528..b1640e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,2 @@ -# v2.24.1 - -* minor pylint improvements -* better coverage -* SyncableDroppable.cleanup() bugs out, wrote a quick patch for it to do nothing and filed as #61. -* unit tests for overloading -* fixed #60 -* fixed #59 -* extended type signature of ListWrapperIterator +# v2.24.2 diff --git a/satella/__init__.py b/satella/__init__.py index 57a522ce..f0400145 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.24.1' +__version__ = '2.24.2a1' -- GitLab