Skip to content

Commit

Permalink
release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 3, 2019
1 parent 5b121c6 commit f146f31
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.5.0 (2019-01-03)
++++++++++++++++++

- parse inner hits for nested query

2.4.2 (2018-08-06)
++++++++++++++++++

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__ = '0.3.2'
__version__ = '2.5.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.4.2',
version='2.5.0',
description='Elasticsearch data layer for eve rest framework',
long_description=readme + '\n\n' + changelog,
license=license,
Expand Down

0 comments on commit f146f31

Please sign in to comment.