Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 10, 2024
1 parent 686df71 commit 7308cd9
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
@@ -1,12 +1,18 @@
..
Copyright (C) 2020-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio-Banners is free software; you can redistribute it and/or modify
it under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version v4.0.0 (released 2024-12-10)

- setup: change to reusable workflows
- setup: bump major dependencies

Version v3.2.0 (released 2024-11-05)

- feat(administration): use html editor for message
Expand Down
2 changes: 1 addition & 1 deletion invenio_banners/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioBanners

__version__ = "3.2.0"
__version__ = "4.0.0"

__all__ = ("__version__", "InvenioBanners")

0 comments on commit 7308cd9

Please sign in to comment.