mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 13:31:58 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5fcf60cf7 | ||
|
|
772b21c93a |
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
Version 0.8.0 (released 2022-02-09)
|
||||||
|
|
||||||
|
- dep: bump rdm-records version
|
||||||
|
|
||||||
Version 0.7.1 (released 2021-12-07)
|
Version 0.7.1 (released 2021-12-07)
|
||||||
|
|
||||||
- configs: adds new & changed configs for v7 #76
|
- configs: adds new & changed configs for v7 #76
|
||||||
|
|||||||
@@ -330,3 +330,11 @@ RATELIMIT_GUEST_USER = "5000 per hour;500 per minute"
|
|||||||
|
|
||||||
OAISERVER_ID_PREFIX = "repository.tugraz.at"
|
OAISERVER_ID_PREFIX = "repository.tugraz.at"
|
||||||
"""The prefix that will be applied to the generated OAI-PMH ids."""
|
"""The prefix that will be applied to the generated OAI-PMH ids."""
|
||||||
|
|
||||||
|
OAISERVER_ADMIN_EMAILS = [
|
||||||
|
'oai@repository.tugraz.at',
|
||||||
|
]
|
||||||
|
"""The e-mail addresses of administrators of the repository.
|
||||||
|
|
||||||
|
It **must** include one or more instances.
|
||||||
|
"""
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
|||||||
and parsed by ``setup.py``.
|
and parsed by ``setup.py``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.7.1"
|
__version__ = "0.8.0"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -51,7 +51,7 @@ setup_requires = [
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
# keep this in sync with invenioRDM release
|
# keep this in sync with invenioRDM release
|
||||||
"invenio-rdm-records>=0.33.2,<0.34.0",
|
"invenio-rdm-records>=0.34.4,<0.35.0",
|
||||||
"invenio-cache>=1.1.0"
|
"invenio-cache>=1.1.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user