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"