From fffe7ae8f72387d852344c9280eb4ca8bc75548f Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 13 May 2024 13:36:07 +0200 Subject: [PATCH] release: v3.0.0rc1 --- CHANGES.rst | 6 ++++++ invenio_app_ils/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8bd874ca2..cb04b6c04 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changes ======= +Version 3.0.0rc1 (released 2024-05-13) + +- eitems: add required type field to data model (breaking change) +- physical items: add identifiers field +- documents: add MULTIMEDIA document type + Version 2.0.0rc9 (released 2024-04-25) - patch: add record pid to error display diff --git a/invenio_app_ils/__init__.py b/invenio_app_ils/__init__.py index f51c63a87..e1a16b4fb 100644 --- a/invenio_app_ils/__init__.py +++ b/invenio_app_ils/__init__.py @@ -7,6 +7,6 @@ """invenio-app-ils.""" -__version__ = "2.0.0rc9" +__version__ = "3.0.0rc1" __all__ = ("__version__",)