Skip to content

Commit

Permalink
📦 release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 22, 2024
1 parent 093c702 commit c4c6402
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 @@ -9,6 +9,10 @@
Changes
=======

Version 4.0.1 (released 2024-03-22)

- chore: fix CHANGES.rst format

Version 4.0.0 (released 2024-03-21)

- Major release because of fundamental change in the way the module is
Expand Down
2 changes: 1 addition & 1 deletion invenio_pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .ext import InvenioPages, InvenioPagesREST
from .records.models import PageList, PageModel

__version__ = "4.0.0"
__version__ = "4.0.1"

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

0 comments on commit c4c6402

Please sign in to comment.