From fa48979a8e6ece4bfdd439ae2bc37f2076ca6a65 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sat, 19 Oct 2024 09:04:25 -0400 Subject: [PATCH] Release 2.4.0 (#144) --- CHANGES | 6 ++++-- solo/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 0a0f16e..cc527e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ -Unreleased -========== +django-solo-2.4.0 +================= + +Date: 19 October, 2024 * Fix similarly named models from different apps having the same cache key * Drop support for Python 3.8 diff --git a/solo/__init__.py b/solo/__init__.py index 5c94db5..7704a9e 100644 --- a/solo/__init__.py +++ b/solo/__init__.py @@ -3,4 +3,4 @@ things like global settings that you want to edit from the admin site. """ -__version__ = "2.3.0" +__version__ = "2.4.0"