Skip to content

Commit

Permalink
release: v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Feb 11, 2024
1 parent 0fa678d commit 9e997a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

Version 1.0.8 (released 2024-02-09)

* add support for file offloading

Version 1.0.7 (released 2023-09-14)

* make person_id optional arg on login for external accounts
Expand Down
4 changes: 2 additions & 2 deletions site/cds_rdm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2023 CERN.
# Copyright (C) 2023-2024 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -10,7 +10,7 @@

from .ext import CDS_RDM_REST, CDS_RDM_UI

__version__ = "1.0.7"
__version__ = "1.0.8"

__all__ = (
"__version__",
Expand Down

0 comments on commit 9e997a9

Please sign in to comment.