File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
src/django_elasticsearch_dsl_drf Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ are used for versioning (schema follows below):
1515 0.3.4 to 0.4).
1616- All backwards incompatible changes are mentioned in this document.
1717
18+ 0.20.9
19+ ------
20+ 2020-10-16
21+
22+ .. note ::
23+
24+ Help to rebuild the Armenian homeland. Please, `make a donation
25+ <https://www.himnadram.org/en> `__. All donations received are solely for
26+ humanitarian purposes.
27+
28+ - Implemented ``geo_shape `` filter.
29+
18300.20.8
1931------
20322020-04-10
Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ are used for versioning (schema follows below):
1515 0.3.4 to 0.4).
1616- All backwards incompatible changes are mentioned in this document.
1717
18+ 0.20.9
19+ ------
20+ 2020-10-16
21+
22+ .. note ::
23+
24+ Help to rebuild the Armenian homeland. Please, `make a donation
25+ <https://www.himnadram.org/en> `__. All donations received are solely for
26+ humanitarian purposes.
27+
28+ - Implemented ``geo_shape `` filter.
29+
18300.20.8
1931------
20322020-04-10
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = '0.20.8 '
5+ version = '0.20.9 '
66
77DOCS_TRANSFORMATIONS = (
88 (
Original file line number Diff line number Diff line change 33"""
44
55__title__ = 'django-elasticsearch-dsl-drf'
6- __version__ = '0.20.8 '
6+ __version__ = '0.20.9 '
77__author__ = 'Artur Barseghyan <[email protected] >' 88__copyright__ = '2017-2020 Artur Barseghyan'
99__license__ = 'GPL 2.0/LGPL 2.1'
You can’t perform that action at this time.
0 commit comments