Compare commits

...

3 Commits

Author SHA1 Message Date
Christoph Ladurner
40a47ed36d release v0.11.0 2023-04-20 22:23:20 +02:00
mojib
129b331603 global: make package compatible with v11 2023-04-20 22:22:23 +02:00
Christoph Ladurner
328abd1306 release v0.10.4 2023-02-10 10:41:27 +01:00
3 changed files with 14 additions and 3 deletions

View File

@@ -8,6 +8,16 @@
Changes Changes
======= =======
Version v0.11.0 (release 2023-04-20)
- global: make package compatible with v11
Version v0.10.4 (release 2023-02-10)
Version v0.10.2 (release 2023-02-02) Version v0.10.2 (release 2023-02-02)
- change version name - change version name

View File

@@ -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.10.2" __version__ = "0.11.0"
__all__ = ( __all__ = (
"__version__", "__version__",

View File

@@ -37,14 +37,15 @@ python_requires = >=3.8
zip_safe = False zip_safe = False
install_requires = install_requires =
# keep this dependencies identical to invenio-app-rdm # keep this dependencies identical to invenio-app-rdm
invenio-rdm-records>=0.39.0,<0.40.0 invenio-rdm-records>=1.1.0,<2.0.0
invenio-cache>=1.1.1,<1.2.0 invenio-cache>=1.1.1,<1.2.0
flask-babel>=2,<3
[options.extras_require] [options.extras_require]
tests = tests =
pytest-black>=0.3.0 pytest-black>=0.3.0
Sphinx>=4.5.0 Sphinx>=4.5.0
pytest-invenio>=1.4.7 pytest-invenio>=2.1.0,<3.0.0
invenio-search[opensearch2]>=2.1.0,<3.0.0 invenio-search[opensearch2]>=2.1.0,<3.0.0
[options.entry_points] [options.entry_points]