Skip to content

Commit

Permalink
release: v6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Dec 12, 2024
1 parent a1596f8 commit 412e70c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
Changes
=======

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

names: add internal id column to the name_metadata db
- names: drop unique id on the internal id

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

- names: add internal id column to the name_metadata db

Version v6.9.0 (released 2024-12-09)

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__ = "6.10.0"
__version__ = "6.10.1"

__all__ = ("__version__", "InvenioVocabularies")
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

"""Drop unique constraint from internal id."""

from alembic import op
import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql

# revision identifiers, used by Alembic.
Expand Down

0 comments on commit 412e70c

Please sign in to comment.