From 59ba53603502f79a95345777273a1e7830204af7 Mon Sep 17 00:00:00 2001 From: Nicola Date: Wed, 8 Jan 2025 09:41:15 +0100 Subject: [PATCH] release: v3.0.2 --- CHANGES.rst | 4 ++++ invenio_userprofiles/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0a46231..b9b286f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ Changes ======= +Version 3.0.2 (release 2025-01-08) + +- fix cancel button in user profile template + Version 3.0.1 (release 2024-11-30) - setup: change to reusable workflows diff --git a/invenio_userprofiles/__init__.py b/invenio_userprofiles/__init__.py index 12ebbbd..cef237a 100644 --- a/invenio_userprofiles/__init__.py +++ b/invenio_userprofiles/__init__.py @@ -31,7 +31,7 @@ from .ext import InvenioUserProfiles from .models import UserProfile, UserProfileProxy -__version__ = "3.0.1" +__version__ = "3.0.2" __all__ = ( "__version__",