Skip to content

Commit

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

Version 2.3.0 (released 2024-06-04)

- installation: upgrade invenio-records-resources and invenio-vocabularies

Version 2.2.3 (released 2024-05-24)

- views: accept kwars to be passed to get_api_endpoint
Expand Down
2 changes: 1 addition & 1 deletion invenio_administration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioAdministration

__version__ = "2.2.3"
__version__ = "2.3.0"

__all__ = ["InvenioAdministration"]
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ install_requires =
invenio-accounts>=5.0.0,<6.0.0
invenio-base>=1.3.0,<2.0.0
invenio-db[postgresql,mysql]>=1.0.9,<2.0.0
invenio-vocabularies>=3.0.0,<4.0.0
invenio-records-resources>=5.0.0,<6.0.0
invenio-vocabularies>=4.0.0,<5.0.0
invenio-records-resources>=6.0.0,<7.0.0
invenio-search-ui>=2.1.2,<3.0.0
invenio-theme>=3.0.0,<4.0.0

Expand Down

0 comments on commit fd2638c

Please sign in to comment.