Skip to content

Commit

Permalink
release: v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Apr 20, 2023
1 parent e25d31c commit 594db0e
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
Expand Up @@ -9,6 +9,12 @@
Changes
=======

Version 6.3.0 (released 2023-04-20)
-----------------------------------

- search: add query parser mappings and allowed terms list
- assets: change import components from invenio-vocabularies and react-invenio-forms

Version 6.2.1 (released 2023-04-06)
-----------------------------------

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__ = "6.2.1"
__version__ = "6.3.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit 594db0e

Please sign in to comment.