Skip to content

Commit

Permalink
release: v1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Nov 29, 2024
1 parent 5028b37 commit 5c8792a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

Version 1.0.20 (released 2024-11-29)

- footer: fix duplication
- models: add new column to affiliations mapping table
- Pipfile: adds s3fs depdenency
- permissions: allow system process to manage files
- beams: convert cf to vocabulary
- vocabularies: harvest latest experiments
- legacy: Add redirection for collections
- legacy: Use system_identity for redirection
- setup: remove invenio-logging due to pypi issues
- config: make DOIs optional

Version 1.0.19 (released 2024-11-15)

- custom fields: add CERN fields
Expand Down
2 changes: 1 addition & 1 deletion site/cds_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .ext import CDS_RDM_REST, CDS_RDM_UI

__version__ = "1.0.19"
__version__ = "1.0.20"

__all__ = (
"__version__",
Expand Down

0 comments on commit 5c8792a

Please sign in to comment.