From 9ef7c72f131b902e7d3e297f25bfe129d5557521 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 10 Dec 2024 23:16:10 +0100 Subject: [PATCH] release: v3.0.1 --- CHANGES.rst | 4 ++++ invenio_records/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 12cf9a16..dce5433d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ Changes ======= +Version 3.0.1 (released 2024-12-10) + +- fix: alembic recipe column not altered + Version 3.0.0 (released 2024-12-05) - fix: IndexError: negative indexes not allowed diff --git a/invenio_records/__init__.py b/invenio_records/__init__.py index 22a61292..e2acdca7 100644 --- a/invenio_records/__init__.py +++ b/invenio_records/__init__.py @@ -332,7 +332,7 @@ from .api import Record from .ext import InvenioRecords -__version__ = "3.0.0" +__version__ = "3.0.1" __all__ = ( "InvenioRecords",