Skip to content

Commit

Permalink
Updated version and change notes for 23.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 30, 2023
1 parent d966fc2 commit b84d0ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 23.2 (UNRELEASED)
-------------------------
Version 23.2 (2023-4-30)
------------------------

* Deprecated the schema generation methods of the DRF related ``DjangoFilterBackend``.
These will be removed in version 25.1.
Expand All @@ -12,6 +12,8 @@ Version 23.2 (UNRELEASED)
``coreapi`` is no longer maintained, and is raising warnings against the current
versions of Python. To workaround this is not worth the effort at this point.

* Updated Polish translations.

Version 23.1 (2023-3-26)
------------------------

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.1"
__version__ = "23.2"


def parse_version(version):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# FIXME: Main module requires django to be present, so cannot run setup.py in
# clean environment.
# from django_filters import __version__
__version__ = "23.1"
__version__ = "23.2"

f = open("README.rst")
readme = f.read()
Expand Down

0 comments on commit b84d0ec

Please sign in to comment.