Skip to content

Commit

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

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

- improve duplicate output by adding the repository id
- fix RequestError problem, by handling the error


Version v0.4.3 (release 2022-08-02)

- add ac number to the success output
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.3"
__version__ = "0.4.4"

__all__ = ("__version__", "InvenioAlma")

0 comments on commit ce1b51b

Please sign in to comment.