Skip to content

Commit

Permalink
release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 14, 2016
1 parent 0ce0911 commit a7a9b85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
---------

0.5 (2016-11-14)
++++++++++++++++

- allow list of urls to be set in ``ELASTICSEARCH_URL``
- add support for ``where`` param
- handle ``bson.ObjectId`` serialization

0.4.1 (2016-11-08)
++++++++++++++++++

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='0.4.1',
version='0.5',
description='Elasticsearch data layer for eve rest framework',
long_description=readme + '\n\n' + changelog,
license=license,
Expand Down

0 comments on commit a7a9b85

Please sign in to comment.