diff --git a/CHANGES.rst b/CHANGES.rst index f6b2140..6ce3084 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/invenio_alma/__init__.py b/invenio_alma/__init__.py index d9fbd89..88eac5e 100644 --- a/invenio_alma/__init__.py +++ b/invenio_alma/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioAlma -__version__ = "0.4.3" +__version__ = "0.4.4" __all__ = ("__version__", "InvenioAlma")