Skip to content

Commit

Permalink
release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 3, 2020
1 parent c009d62 commit 426d0d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Changelog
---------

7.1.0 (2020-08-03)
++++++++++++++++++

- add config to control total hits `ELASTICSEARCH_TRACK_TOTAL_HITS`
- make it possible to override `doc_type` on insert (by Luis Fernando Gomes)

7.0.8 (2020-07-28)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion eve_elastic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "7.0.7"
__version__ = "7.1.0"

# flake8: noqa
from .elastic import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="Eve-Elastic",
version="7.0.8",
version="7.1.0",
description="Elasticsearch data layer for eve rest framework",
long_description=readme + "\n\n" + changelog,
license="GPLv3+",
Expand Down

0 comments on commit 426d0d7

Please sign in to comment.