Skip to content

Commit

Permalink
release: v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Jun 4, 2024
1 parent e47ba62 commit e64dd0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
Changes
=======

Version 11.0.0 (released 2024-06-04)

- installation: bump invenio-communities, invenio-vocabularies, invenio-drafts-resources and invenio-records-resources
- installation: added invenio-jobs

Version 10.7.1 (released 2024-05-31)

- secret links: set csrf token for all requests with secret links,
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.7.1"
__version__ = "11.0.0"

__all__ = ("__version__", "InvenioRDMRecords")
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ install_requires =
flask-iiif>=0.6.2,<1.0.0
ftfy>=4.4.3,<5.0.0
invenio-administration>=2.0.0,<3.0.0
invenio-communities>=13.0.0,<14.0.0
invenio-drafts-resources>=3.0.0,<4.0.0
invenio-records-resources>=5.3.0,<6.0.0
invenio-communities>=14.0.0,<15.0.0
invenio-drafts-resources>=4.0.0,<5.0.0
invenio-records-resources>=6.0.0,<7.0.0
invenio-github>=1.0.0,<2.0.0
invenio-i18n>=2.0.0,<3.0.0
invenio-jobs>=0.1.0,<1.0.0
invenio-oaiserver>=2.0.0,<3.0.0
invenio-oauth2server>=2.0.0
invenio-stats>=4.0.0,<5.0.0
invenio-vocabularies>=3.0.0,<4.0.0
invenio-vocabularies>=4.0.0,<5.0.0
nameparser>=1.1.1
pycountry>=22.3.5
pydash>=6.0.0,<7.0.0
Expand Down

0 comments on commit e64dd0b

Please sign in to comment.