Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 26, 2023
1 parent fa9a057 commit 5d99a1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 1.4.0 (released 2023-06-26)

- Adds finalize_app and api_finalize_app entry points to the creation of the
factory function create_app and create_api to overcome the deprecation of
``before_(app_)first_request`` in Flask>=2.3.0

Version 1.3.4 (released 2022-04-06)

- Added support for Flask-Security-Invenio.
Expand Down
2 changes: 1 addition & 1 deletion invenio_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

from .ext import InvenioApp

__version__ = "1.3.4"
__version__ = "1.4.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 5d99a1b

Please sign in to comment.