Skip to content

Commit

Permalink
release: v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Aug 9, 2024
1 parent 9f0490c commit ccb1148
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 @@ -8,6 +8,10 @@
Changes
=======

Version v4.4.0 (released 2024-08-09)

- services: use and adjust vnd.inveniordm.v1+json http accept header

Version v4.3.0 (released 2024-08-05)

- names: make names_exclude_regex configurable
Expand Down
2 changes: 1 addition & 1 deletion invenio_vocabularies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioVocabularies

__version__ = "4.3.0"
__version__ = "4.4.0"

__all__ = ("__version__", "InvenioVocabularies")

0 comments on commit ccb1148

Please sign in to comment.