Skip to content

Commit

Permalink
Prepare 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 29, 2021
1 parent 18ea1f3 commit 046bb61
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.22.2
----
2021-08-29

- Tested against Django 3.2.

0.22.1
----
2021-05-01
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.22.2
----
2021-08-29

- Tested against Django 3.2.

0.22.1
----
2021-05-01
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = '0.22.1'
version = '0.22.2'

DOCS_TRANSFORMATIONS = (
(
Expand Down
4 changes: 2 additions & 2 deletions src/django_elasticsearch_dsl_drf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

__title__ = 'django-elasticsearch-dsl-drf'
__version__ = '0.22.1'
__version__ = '0.22.2'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2017-2020 Artur Barseghyan'
__copyright__ = '2017-2021 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'


Expand Down

0 comments on commit 046bb61

Please sign in to comment.