Skip to content

Commit fa48979

Browse files
authored
Release 2.4.0 (#144)
1 parent d330885 commit fa48979

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Unreleased
2-
==========
1+
django-solo-2.4.0
2+
=================
3+
4+
Date: 19 October, 2024
35

46
* Fix similarly named models from different apps having the same cache key
57
* Drop support for Python 3.8

solo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
things like global settings that you want to edit from the admin site.
44
"""
55

6-
__version__ = "2.3.0"
6+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)