Skip to content

Commit

Permalink
release: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 10, 2024
1 parent 1ccf092 commit 5a0aa47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
Changes
=======

Version 5.0.0 (release 2024-12-10)

- comp: make compatible to flask-sqlalchemy>=3.1
- setup: bump major dependencies

Version 4.1.2 (release 2024-11-30)

- setup: change to reusable workflows
Expand Down
2 changes: 1 addition & 1 deletion invenio_pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
from .ext import InvenioPages, InvenioPagesREST
from .records.models import PageList, PageModel

__version__ = "4.1.2"
__version__ = "5.0.0"

__all__ = ("__version__", "InvenioPages", "InvenioPagesREST", "PageModel", "PageList")

0 comments on commit 5a0aa47

Please sign in to comment.