Skip to content

Commit

Permalink
📦 release: v7.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 23, 2025
1 parent 356d88c commit e691e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
Changes
=======

Version 7.0.0.dev1 (released 2024-12-12)
Version v7.0.0.dev2 (released 2025-01-23)

Version v7.0.0.dev1 (released 2024-12-12)

- comp: make compatible to flask-sqlalchemy>=3.1
- setup: change to reusable workflows
Expand Down
2 changes: 1 addition & 1 deletion invenio_vocabularies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from .ext import InvenioVocabularies

__version__ = "7.0.0.dev1"
__version__ = "7.0.0.dev2"

__all__ = ("__version__", "InvenioVocabularies")

0 comments on commit e691e02

Please sign in to comment.