From 8e427820a5cc60fc91012c1fb52ad0329126a637 Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Tue, 28 May 2024 16:46:29 +0200 Subject: [PATCH] release: v3.0.0rc2 --- 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 cb04b6c04..3ac7499ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changes ======= +Version 3.0.0rc2 (released 2024-05-28) + +- mappings: Add alternative_titles in brwReqs and AcqOrders +- records: loaders: schemas: Move IdentifierSchema from documents +- documents: mappings: Update item identifiers description to scheme + Version 3.0.0rc1 (released 2024-05-13) - eitems: add required type field to data model (breaking change) diff --git a/invenio_app_ils/__init__.py b/invenio_app_ils/__init__.py index e1a16b4fb..b8a53115e 100644 --- a/invenio_app_ils/__init__.py +++ b/invenio_app_ils/__init__.py @@ -7,6 +7,6 @@ """invenio-app-ils.""" -__version__ = "3.0.0rc1" +__version__ = "3.0.0rc2" __all__ = ("__version__",)