Skip to content

Commit

Permalink
release 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Mar 20, 2024
1 parent 048476f commit 5c721fa
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
---------

7.4.1 (2024-03-20)
++++++++++++++++++

- fix reindexing when task info is missing.

7.4.0 (2024-03-11)
++++++++++++++++++

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.4.0"
__version__ = "7.4.1"

# 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.4.0",
version="7.4.1",
description="Elasticsearch data layer for eve rest framework",
long_description=readme + "\n\n" + changelog,
license="GPLv3+",
Expand Down

0 comments on commit 5c721fa

Please sign in to comment.