From 45c5cd14eb75ff7fafdfd0beee4358acb552f8e5 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 21 Apr 2026 14:12:47 -0700 Subject: [PATCH] release: v1.10.0 --- CHANGES.rst | 6 ++++++ invenio_cli/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9f61bc49..fa824416 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,12 @@ Changes ======= +Version v1.10.0 (released 2026-04-21) + +- assets: add lock command +- assets: add package lock file +- chore: black 26.1.0 formatting + Version v1.9.2 (released 2025-08-12) - cli: pass all values to config_parser as strings diff --git a/invenio_cli/__init__.py b/invenio_cli/__init__.py index 95895ebc..f21700ca 100644 --- a/invenio_cli/__init__.py +++ b/invenio_cli/__init__.py @@ -9,6 +9,6 @@ """Invenio module to ease the creation and management of applications.""" -__version__ = "1.9.2" +__version__ = "1.10.0" __all__ = ("__version__",)