Skip to content

Commit 7821072

Browse files
committed
Postpone move to CalVer.
1 parent fd5824e commit 7821072

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGES.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 20.9.0 (2020-9-27)
1+
Version 2.4.0 (2020-9-27)
22
--------------------------
33

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

18-
* Adopted `CalVer <https://calver.org/>`_ versioning.
19-
2018
Version 2.3.0 (2020-6-5)
2119
------------------------
2220

django_filters/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from . import rest_framework
1111
del pkgutil
1212

13-
__version__ = '20.9.0'
13+
__version__ = '2.4.0'
1414

1515

1616
def parse_version(version):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# FIXME: Main module requires django to be present, so cannot run setup.py in
66
# clean environment.
77
# from django_filters import __version__
8-
__version__ = '20.9.0'
8+
__version__ = '2.4.0'
99

1010
f = open('README.rst')
1111
readme = f.read()

0 commit comments

Comments
 (0)