From fa7ddf50d6e1cc049b3b2aec9108325ece0f37ed Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Thu, 27 Jun 2024 15:30:10 +0200 Subject: [PATCH] prepare 5.0.1 release --- HISTORY.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c726691..acfe4dd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # History -## 5.0.0 (2024-06-27) +## 5.0.1 (2024-06-27) + * Remove support for Python below 3.10 * Remove support for Django below 4.2 * Add support for Django 5.0 @@ -8,6 +9,10 @@ * Add support for Python 3.12 * Modernize build and test environment +## 5.0.0 (2024-06-27) + +Not released to due an issue with the deploy action + ## 4.0.1 (2023-01-02) * Remove support for Django < 3.2