mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40a47ed36d | ||
|
|
129b331603 | ||
|
|
328abd1306 |
10
CHANGES.rst
10
CHANGES.rst
@@ -8,6 +8,16 @@
|
||||
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)
|
||||
|
||||
- change version name
|
||||
|
||||
@@ -12,7 +12,7 @@ from .ext import InvenioConfigTugraz
|
||||
from .generators import RecordIp
|
||||
from .utils import get_identity_from_user_by_email
|
||||
|
||||
__version__ = "0.10.2"
|
||||
__version__ = "0.11.0"
|
||||
|
||||
__all__ = (
|
||||
"__version__",
|
||||
|
||||
@@ -37,14 +37,15 @@ python_requires = >=3.8
|
||||
zip_safe = False
|
||||
install_requires =
|
||||
# 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
|
||||
flask-babel>=2,<3
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
pytest-black>=0.3.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
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
Reference in New Issue
Block a user