Switched to calver managed by hatch

This commit is contained in:
2025-05-20 10:01:19 +01:00
parent 2cf44242fa
commit 84595fa54f
4 changed files with 2026 additions and 1633 deletions

View File

@@ -6,6 +6,6 @@
# modify it under the terms of the MIT License; see LICENSE file for more
# details.
"""Version data for this python module."""
"""Metadata for this python module."""
version = "0.13.3"
__version__ = "2025.5.20"

View File

@@ -8,7 +8,7 @@
"""invenio module that adds I-Form configs."""
from .__version__ import version as __version__
from .__about__ import __version__
from .ext import InvenioConfigIform
from .utils import get_identity_from_user_by_email