From a9ec5221a5fa5161116d501646d06d402ecb429d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Tue, 5 Mar 2024 16:37:29 +0100
Subject: [PATCH] ver bump

---
 CHANGELOG.md        | 9 +--------
 satella/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d236a2a6..27b0c2d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,2 @@
-# v2.24.2
+# v2.24.3
 
-* added DeferredValue
-* satella.coding.Context are considered experimental
-* added a way to register an object to be cleaned up via MemoryPressureManager
-* fixed get_own_cpu_usage() to work on Windows
-* added __len__ to Optional
-* major bugfix in Optional
-* deprecated call_if_nnone
diff --git a/satella/__init__.py b/satella/__init__.py
index 64841a4f..ae6d1c9b 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.24.2'
+__version__ = '2.24.3a1'
-- 
GitLab