Skip to content

Commit

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

0.20.9
------
2020-10-16

.. note::

Help to rebuild the Armenian homeland. Please, `make a donation
<https://www.himnadram.org/en>`__. All donations received are solely for
humanitarian purposes.

- Implemented ``geo_shape`` filter.

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

0.20.9
------
2020-10-16

.. note::

Help to rebuild the Armenian homeland. Please, `make a donation
<https://www.himnadram.org/en>`__. All donations received are solely for
humanitarian purposes.

- Implemented ``geo_shape`` filter.

0.20.8
------
2020-04-10
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.20.8'
version = '0.20.9'

DOCS_TRANSFORMATIONS = (
(
Expand Down
2 changes: 1 addition & 1 deletion src/django_elasticsearch_dsl_drf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

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

0 comments on commit 507b2f1

Please sign in to comment.