Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 30, 2020
1 parent 1693044 commit 27ccf87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
---------

2.6.0 (2020-07-30)
++++++++++++++++++

- make it possible to override `doc_type` on insert (by Luis Fernando Gomes)

2.5.0 (2019-01-03)
++++++++++++++++++

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__ = '2.5.0'
__version__ = '2.6.0'

# flake8: noqa
from .elastic import Elastic, ElasticJSONSerializer, get_es, get_indices, InvalidSearchString, reindex
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='Eve-Elastic',
version='2.5.0',
version='2.6.0',
description='Elasticsearch data layer for eve rest framework',
long_description=readme + '\n\n' + changelog,
license=license,
Expand Down

0 comments on commit 27ccf87

Please sign in to comment.