Skip to content

Commit

Permalink
Prepare 0.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 3, 2022
1 parent 7bead73 commit c51e887
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.5
------
2022-07-04

- Return null for count when using EmptySearch.

0.22.4
------
2022-01-24
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.5
------
2022-07-04

- Return null for count when using EmptySearch.

0.22.4
------
2022-01-24
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.4'
version = '0.22.5'

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.4'
__version__ = '0.22.5'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2017-2021 Artur Barseghyan'
__copyright__ = '2017-2022 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'


Expand Down

0 comments on commit c51e887

Please sign in to comment.