Compare commits

...

2 Commits

Author SHA1 Message Date
Christoph Ladurner
3afaca51c6 release v4.11.1 2023-04-20 23:28:57 +02:00
Christoph Ladurner
3a9fe9f385 fix: increase invenio-config-tugraz
* to solve the v11 compatibility problem. in particular the
  invenio-rdm-records to low dependency
2023-04-20 23:28:36 +02:00
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
Changes
=======
Version v4.11.1 (release 2023-04-20)
- fix: increase invenio-config-tugraz
Version v4.11.0 (release 2023-04-20)
- global: make dependencies compatible with v11

View File

@@ -10,6 +10,6 @@
from .ext import InvenioThemeTugraz
__version__ = "4.11.0"
__version__ = "4.11.1"
__all__ = ("__version__", "InvenioThemeTugraz")

View File

@@ -39,7 +39,7 @@ install_requires =
flask-babel>=2,<3
invenio-assets>=2.0.0,<3.0.0
invenio-i18n>=1.3.1,<1.4.0
invenio_config_tugraz>=0.10.0,<0.11.0
invenio_config_tugraz>=0.11.0,<0.12.0
[options.extras_require]
tests =