Skip to content

Commit

Permalink
Bumped version and changes for 24.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 27, 2024
1 parent 0311653 commit 920a79f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,11 @@
Version 24.2 (2024-03-27)
-------------------------

* Fixed a regression in v23.4 where callable choices were incorrectly evaluated
at filter instantiation, on Django versions prior to 5.0.

Thanks to Craig de Stigter for the report and reproduce.

Version 24.1 (2024-03-08)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_filters/__init__.py
Expand Up @@ -10,7 +10,7 @@
from . import rest_framework
del importlib_util

__version__ = "24.1"
__version__ = "24.2"


def parse_version(version):
Expand Down

0 comments on commit 920a79f

Please sign in to comment.