Skip to content

Commit

Permalink
release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 30, 2022
1 parent a651494 commit 25329a8
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.3.0 (2022-11-30)
++++++++++++++++++

- change find return to be cursor, count
- fix overriding query inside match query

7.2.1 (2022-06-15)
++++++++++++++++++

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.1.4"
__version__ = "7.3.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.2.1",
version="7.3.0",
description="Elasticsearch data layer for eve rest framework",
long_description=readme + "\n\n" + changelog,
license="GPLv3+",
Expand Down

0 comments on commit 25329a8

Please sign in to comment.