File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
src/django_elasticsearch_dsl_drf Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ 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.2
19+ ------
20+ 2019-08-30
21+
22+ - Minor improvements in test coverage.
23+
18240.20.1
1925------
20262019-08-18
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ 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.2
19+ ------
20+ 2019-08-30
21+
22+ - Minor improvements in test coverage.
23+
18240.20.1
1925------
20262019-08-18
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = '0.20.1 '
5+ version = '0.20.2 '
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.1 '
6+ __version__ = '0.20.2 '
77__author__ = 'Artur Barseghyan <[email protected] >' 88__copyright__ = '2017-2019 Artur Barseghyan'
99__license__ = 'GPL 2.0/LGPL 2.1'
You can’t perform that action at this time.
0 commit comments