diff --git a/CHANGES.rst b/CHANGES.rst index 98e2428..a43623c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changes ======= +Version v0.12.0 (release 2023-11-10) + +- setup: remove python3.8 support +- global: make it compatible with v12 + + Version v0.11.0 (release 2023-04-20) - global: make package compatible with v11 diff --git a/invenio_config_tugraz/__init__.py b/invenio_config_tugraz/__init__.py index c9a08e8..585f3a1 100644 --- a/invenio_config_tugraz/__init__.py +++ b/invenio_config_tugraz/__init__.py @@ -12,7 +12,7 @@ from .ext import InvenioConfigTugraz from .generators import RecordIp from .utils import get_identity_from_user_by_email -__version__ = "0.11.0" +__version__ = "0.12.0" __all__ = ( "__version__",