Skip to content

Commit 9c20fca

Browse files
committed
Updated version and change notes for 23.3 release.
1 parent 1da5738 commit 9c20fca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 23.3 (2023-9-17)
2+
------------------------
3+
4+
* Adds initial compatibility with Django 5.0, prior to Django 5.0a1.
5+
6+
* Updates packaging to use pyproject.toml and Flit.
7+
18
Version 23.2 (2023-4-30)
29
------------------------
310

django_filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from . import rest_framework
1111
del pkgutil
1212

13-
__version__ = "23.2"
13+
__version__ = "23.3"
1414

1515

1616
def parse_version(version):

0 commit comments

Comments
 (0)