File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
src/django_elasticsearch_dsl_drf Expand file tree Collapse file tree 4 files changed +15
-3
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.22.2
19+ ----
20+ 2021-08-29
21+
22+ - Tested against Django 3.2.
23+
18240.22.1
1925----
20262021-05-01
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.22.2
19+ ----
20+ 2021-08-29
21+
22+ - Tested against Django 3.2.
23+
18240.22.1
1925----
20262021-05-01
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = '0.22.1 '
5+ version = '0.22.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.22.1 '
6+ __version__ = '0.22.2 '
77__author__ = 'Artur Barseghyan <[email protected] >' 8- __copyright__ = '2017-2020 Artur Barseghyan'
8+ __copyright__ = '2017-2021 Artur Barseghyan'
99__license__ = 'GPL 2.0/LGPL 2.1'
1010
1111
You can’t perform that action at this time.
0 commit comments