mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 13:31:58 +00:00
release v0.12.0
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
Changes
|
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)
|
Version v0.11.0 (release 2023-04-20)
|
||||||
|
|
||||||
- global: make package compatible with v11
|
- global: make package compatible with v11
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ from .ext import InvenioConfigTugraz
|
|||||||
from .generators import RecordIp
|
from .generators import RecordIp
|
||||||
from .utils import get_identity_from_user_by_email
|
from .utils import get_identity_from_user_by_email
|
||||||
|
|
||||||
__version__ = "0.11.0"
|
__version__ = "0.12.0"
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|||||||
Reference in New Issue
Block a user