Compare commits

...

2 Commits

Author SHA1 Message Date
Mojib Wali e141afa602 v2.1.2 2021-04-30 13:52:25 +02:00
mb-wali 2b3d6bce7b dep: restrict config-tugraz to v2 release 2021-04-30 13:51:46 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "2.1.1" __version__ = "2.1.2"
+1 -1
View File
@@ -58,7 +58,7 @@ install_requires = [
"invenio-i18n>=1.2.0", "invenio-i18n>=1.2.0",
"elasticsearch_dsl>=7.2.1", "elasticsearch_dsl>=7.2.1",
"invenio_search>=1.4.0,<2.0.0", "invenio_search>=1.4.0,<2.0.0",
"invenio_config_tugraz>=0.5.1", "invenio_config_tugraz>=0.5.1,<0.5.8",
# keep this package updated. # keep this package updated.
"invenio_app_rdm==2.0.1", "invenio_app_rdm==2.0.1",
] ]