Skip to content

Commit

Permalink
Postpone move to CalVer.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 27, 2020
1 parent fd5824e commit 7821072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 20.9.0 (2020-9-27)
Version 2.4.0 (2020-9-27)
--------------------------

* SECURITY: Added a ``MaxValueValidator`` to the form field for
Expand All @@ -15,8 +15,6 @@ Version 20.9.0 (2020-9-27)
In addition tests against Django main development branch are now required to
pass.

* Adopted `CalVer <https://calver.org/>`_ versioning.

Version 2.3.0 (2020-6-5)
------------------------

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__ = '20.9.0'
__version__ = '2.4.0'


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__ = '20.9.0'
__version__ = '2.4.0'

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

0 comments on commit 7821072

Please sign in to comment.