Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 2, 2022
1 parent cee7b60 commit 32e817f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
Changes
=======

Version v0.5.0 (release 2022-10-02)

- change: add timeout to requests.(get|put)
- fix: invenio_search.engine hides used search tool
- global: add supported python versions
- global: move to reusable workflows
- global: migrate from elasticsearch to opensearch
- fix AlmaAPIError missing paramete use
- harmonize the alma service error messages
- use for duplicate error message same structure as for the others


Version v0.4.4 (release 2022-08-03)

- improve duplicate output by adding the repository id
Expand Down
2 changes: 1 addition & 1 deletion invenio_alma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import InvenioAlma

__version__ = "0.4.4"
__version__ = "0.5.0"

__all__ = ("__version__", "InvenioAlma")

0 comments on commit 32e817f

Please sign in to comment.