Skip to content

Commit

Permalink
release: v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 30, 2023
1 parent a79419c commit 615c88a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015-2022 CERN.
Copyright (C) 2015-2023 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -9,28 +9,34 @@
Changes
=======

Version 3.2.0 (released 2023-11-30):
------------------------------------

- allow configuration for extra HTML tags and attributes when
creating and editing static pages

Version 3.1.0 (released 2023-09-18):
--------------------------------------
------------------------------------

- schema: sanitize page content
- updated transifex config
- pulled latest translations

Version 3.0.1 (released 2023-03-09):
--------------------------------------
------------------------------------

- fix invenio-search dependencies

Version 3.0.0 (released 2023-03-09):
--------------------------------------
------------------------------------

- move the module to services/resources architecture
- add invenio-administration page
- remove deprecation of flask_babelex dependency


Version 2.0.0 (released 2023-01-25):
--------------------------------------
------------------------------------

- major release, tests cleanup
- License update
Expand Down
4 changes: 2 additions & 2 deletions invenio_pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2015-2023 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -11,6 +11,6 @@
from .ext import InvenioPages, InvenioPagesREST
from .records.models import PageList, PageModel

__version__ = "3.1.0"
__version__ = "3.2.0"

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

0 comments on commit 615c88a

Please sign in to comment.