Skip to content

Commit

Permalink
📦 release: v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed May 24, 2024
1 parent 5b6325c commit 0f98352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2.3 (released 2024-05-24)

- views: accept kwars to be passed to get_api_endpoint

Version 2.2.2 (released 2024-05-23)

- views: allow list view to receive a pid_value
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.2"
__version__ = "2.2.3"

__all__ = ["InvenioAdministration"]

0 comments on commit 0f98352

Please sign in to comment.