Skip to content

Commit 046bb61

Browse files
Prepare 0.22.2
1 parent 18ea1f3 commit 046bb61

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1824
0.22.1
1925
----
2026
2021-05-01

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1824
0.22.1
1925
----
2026
2021-05-01

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = '0.22.1'
5+
version = '0.22.2'
66

77
DOCS_TRANSFORMATIONS = (
88
(

src/django_elasticsearch_dsl_drf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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

0 commit comments

Comments
 (0)