File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- Version 20.9 .0 (2020-9-27)
1
+ Version 2.4 .0 (2020-9-27)
2
2
--------------------------
3
3
4
4
* SECURITY: Added a ``MaxValueValidator `` to the form field for
@@ -15,8 +15,6 @@ Version 20.9.0 (2020-9-27)
15
15
In addition tests against Django main development branch are now required to
16
16
pass.
17
17
18
- * Adopted `CalVer <https://calver.org/ >`_ versioning.
19
-
20
18
Version 2.3.0 (2020-6-5)
21
19
------------------------
22
20
Original file line number Diff line number Diff line change 10
10
from . import rest_framework
11
11
del pkgutil
12
12
13
- __version__ = '20.9 .0'
13
+ __version__ = '2.4 .0'
14
14
15
15
16
16
def parse_version (version ):
Original file line number Diff line number Diff line change 5
5
# FIXME: Main module requires django to be present, so cannot run setup.py in
6
6
# clean environment.
7
7
# from django_filters import __version__
8
- __version__ = '20.9 .0'
8
+ __version__ = '2.4 .0'
9
9
10
10
f = open ('README.rst' )
11
11
readme = f .read ()
You can’t perform that action at this time.
0 commit comments