From cca5435e863c516cc0d2ab436cbe7745792cd513 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 3 Dec 2024 13:35:52 +0100 Subject: [PATCH] release: v2.0.0 --- CHANGES.rst | 5 +++++ invenio_app/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 422603f..4b9a3b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= +Version 2.0.0 (release 2024-12-03) + +- factory: change to new TRUSTS_HOSTS from flask +- setup: bump major dependencies + Version 1.5.1 (release 2024-12-03) - setup: change to reusable workflows diff --git a/invenio_app/__init__.py b/invenio_app/__init__.py index 518f35f..420da74 100644 --- a/invenio_app/__init__.py +++ b/invenio_app/__init__.py @@ -170,7 +170,7 @@ from .ext import InvenioApp -__version__ = "1.5.1" +__version__ = "2.0.0" __all__ = ( "__version__",