Skip to content

Commit

Permalink
release: v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 19, 2024
1 parent 7a6fb1c commit 6f965ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
Changes
=======

Version 11.1.0 (released 2024-02-19)

- mappings: add parent.children
- dump: add children allow
- services: use update service method for setting the parent
- mappings: fix parent.theme.style key
- mappings: fix type mismatch for funding.award.number

Version 11.0.0 (released 2024-02-16)

- systemfields: add children
Expand Down
2 changes: 1 addition & 1 deletion invenio_communities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities

__version__ = "11.0.0"
__version__ = "11.1.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit 6f965ec

Please sign in to comment.