Skip to content

Commit

Permalink
Bumped version for 21.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 24, 2021
1 parent 16c4737 commit e748084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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__ = '2.4.0'
__version__ = '21.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__ = '2.4.0'
__version__ = '21.1'

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

0 comments on commit e748084

Please sign in to comment.