Skip to content

Commit

Permalink
release: v7.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent c6b26cc commit 4fcb870
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
..
Copyright (C) 2020-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio-Vocabularies is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -8,6 +9,12 @@
Changes
=======

Version 7.0.0.dev1 (released 2024-12-12)

- comp: make compatible to flask-sqlalchemy>=3.1
- setup: change to reusable workflows
- setup: bump major dependencies

Version v6.10.1 (released 2024-12-12)

- names: drop unique id on the internal id
Expand Down
3 changes: 2 additions & 1 deletion invenio_vocabularies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-Vocabularies is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand All @@ -10,6 +11,6 @@

from .ext import InvenioVocabularies

__version__ = "6.10.1"
__version__ = "7.0.0.dev1"

__all__ = ("__version__", "InvenioVocabularies")

0 comments on commit 4fcb870

Please sign in to comment.