We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0558388 commit 9fa33bbCopy full SHA for 9fa33bb
HISTORY.rst
@@ -2,6 +2,12 @@
2
History
3
=======
4
5
+2.2.0 (2024-10-08)
6
+------------------
7
+
8
+* Add suporrt for django 5.0 and 5.1
9
+* Add support for python 3.13
10
11
2.1.0 (2023-06-30)
12
------------------
13
src/django_sys_indicator/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
-__version__ = "2.1.0"
+__version__ = "2.2.0"
0 commit comments