Skip to content

Commit

Permalink
Updated version and change notes for 22.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Jun 17, 2022
1 parent f532ca1 commit ab35490
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,9 +1,11 @@
Version 22.1 (Unreleased)
-------------------------
Version 22.1 (2022-6-17)
------------------------

* Update supported Python and Django versions: minimal Python is now 3.7,
minimum Django is now 3.2.

* Added testing for Python 3.10 and Django 4.1.

* Removed outdated deprecated warnings for code removed in version 2.1.

Version 21.1 (2021-9-24)
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__ = '21.1'
__version__ = '22.1'


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 @@ -5,7 +5,7 @@
# FIXME: Main module requires django to be present, so cannot run setup.py in
# clean environment.
# from django_filters import __version__
__version__ = '21.1'
__version__ = '22.1'

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

0 comments on commit ab35490

Please sign in to comment.