Skip to content

Commit b84d0ec

Browse files
committed
Updated version and change notes for 23.2 release.
1 parent d966fc2 commit b84d0ec

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 23.2 (UNRELEASED)
2-
-------------------------
1+
Version 23.2 (2023-4-30)
2+
------------------------
33

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

15+
* Updated Polish translations.
16+
1517
Version 23.1 (2023-3-26)
1618
------------------------
1719

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

1515

1616
def parse_version(version):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# FIXME: Main module requires django to be present, so cannot run setup.py in
77
# clean environment.
88
# from django_filters import __version__
9-
__version__ = "23.1"
9+
__version__ = "23.2"
1010

1111
f = open("README.rst")
1212
readme = f.read()

0 commit comments

Comments
 (0)