Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Aug 7, 2024
1 parent 9e16b16 commit cb7bfbd
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 4.0.0 (released 2024-08-07)

- Initial full release

Version 4.0.0rc1 (released 2024-06-28)

- search: improve search for accents and special characters
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""invenio-app-ils."""

__version__ = "4.0.0rc1"
__version__ = "4.0.0"

__all__ = ("__version__",)

0 comments on commit cb7bfbd

Please sign in to comment.