Skip to content

Commit

Permalink
release: v17.0.0dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent aeb5e6f commit 6eebe5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
..
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019-2024 Northwestern University.
Copyright (C) 2024 KTH Royal Institute of Technology.
Copyright (C) 2024 KTH Royal Institute of Technology.
Copyright (C) 2024 Graz University of Technology.

Invenio-RDM-Records is free software; you can redistribute it and/or
Expand All @@ -12,6 +13,12 @@
Changes
=======

Version 17.0.0dev1 (released 2024-12-12)

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

Version v16.4.1 (released 2024-12-11)

- mappings: add missing `identifiers` to community orgs
Expand Down
4 changes: 2 additions & 2 deletions invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2019-2024 CERN.
# Copyright (C) 2019-2024 Northwestern University.
# Copyright (C) 2024 KTH Royal Institute of Technology.
# Copyright (C) 2024 KTH Royal Institute of Technology.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Expand All @@ -12,6 +12,6 @@

from .ext import InvenioRDMRecords

__version__ = "16.4.1"
__version__ = "17.0.0dev1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 6eebe5a

Please sign in to comment.