Skip to content

Commit

Permalink
release: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 10, 2024
1 parent 8a7734a commit 4a89ac1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
..
Copyright (C) 2020-2024 CERN.
Copyright (C) 2020 Northwestern University.
Copyright (C) 2024 Graz University of Technology.
Invenio-Drafts-Resources 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 @@ -9,6 +10,13 @@
Changes
=======

Version 6.0.0 (release 2024-12-10)

- setup: change to reusable workflows
- setup: bump major dependencies
- i18n:push translations


Version 5.1.0 (released 2024-08-09)

- resources: use and adjust vnd.inveniordm.v1+json http accept header
Expand Down
3 changes: 2 additions & 1 deletion invenio_drafts_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Copyright (C) 2020-2024 CERN.
# Copyright (C) 2020-2023 Northwestern University.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-Drafts-Resources 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 @@
"""Invenio Drafts Resources module to create REST APIs."""


__version__ = "5.1.0"
__version__ = "6.0.0"

__all__ = ("__version__",)

0 comments on commit 4a89ac1

Please sign in to comment.