mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 21:41:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4df756ebf | ||
|
|
a10dccba22 |
@@ -8,6 +8,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Version v0.12.1 (release 2024-03-08)
|
||||||
|
|
||||||
|
- setup: remove upper limit of rdm-records
|
||||||
|
|
||||||
|
|
||||||
Version v0.12.0 (release 2023-11-10)
|
Version v0.12.0 (release 2023-11-10)
|
||||||
|
|
||||||
- setup: remove python3.8 support
|
- setup: remove python3.8 support
|
||||||
|
|||||||
@@ -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.12.0"
|
__version__ = "0.12.1"
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ install_requires =
|
|||||||
# keep this dependencies identical to invenio-app-rdm
|
# keep this dependencies identical to invenio-app-rdm
|
||||||
invenio-cache>=1.1.1,<2.0.0
|
invenio-cache>=1.1.1,<2.0.0
|
||||||
invenio-i18n>=2.0.0,<3.0.0
|
invenio-i18n>=2.0.0,<3.0.0
|
||||||
invenio-rdm-records>=4.0.0,<5.0.0
|
invenio-rdm-records>=4.0.0
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
tests =
|
tests =
|
||||||
|
|||||||
Reference in New Issue
Block a user