From c4a8a5197b0825ba3ce4b814de269cec23382e46 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Tue, 3 Dec 2024 09:49:37 +0100 Subject: [PATCH] Update changelog for v0.5.3 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741d69e..620fcb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Version 0.5.3 (2024/12/03) + + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 76](https://github.com/pytroll/trollsift/pull/76) - Drop support for Python 3.8 and below + +In this release 1 pull request was closed. + + ## Version 0.5.2 (2024/12/02)