Skip to content

Commit

Permalink
Updated version and change notes for 23.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 17, 2023
1 parent 1da5738 commit 9c20fca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 23.3 (2023-9-17)
------------------------

* Adds initial compatibility with Django 5.0, prior to Django 5.0a1.

* Updates packaging to use pyproject.toml and Flit.

Version 23.2 (2023-4-30)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import rest_framework
del pkgutil

__version__ = "23.2"
__version__ = "23.3"


def parse_version(version):
Expand Down

0 comments on commit 9c20fca

Please sign in to comment.