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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a069cc25..2a20b991 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,24 +1,2 @@
-# v2.23.5
+# v2.24.1
 
-The software
-------------
-
-* added AutoflushFile.seek()
-* added AutoflushFile.truncate()
-* fixed behaviour with AutoflushFile.close()
-* fixed behavior for AutoflushFile(..., 'wb')
-* added CPUTimeManager.set_refresh_each()
-* added satella.instrumentation.cpu_time.get_own_cpu_time()
-* better documentation for satella.time.sleep()
-* fixed behaviour of PIDFileLock
-* multiple minor code changes to improve pylint statistics
-
-Build process
--------------
-
-* added pylint to CodeClimate
-
-Documentation
--------------
-
-* Improved the documentation for CPU usage functions - noted that there will be a thread spawned in the background.
diff --git a/satella/__init__.py b/satella/__init__.py
index 78afda85..29a143df 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.24.0'
+__version__ = '2.24.1a1'
-- 
GitLab