Skip to content

Commit 9fa33bb

Browse files
authored
chore: Bump to 2.2 (#47)
1 parent 0558388 commit 9fa33bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

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+
511
2.1.0 (2023-06-30)
612
------------------
713

src/django_sys_indicator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)