Skip to content

Commit

Permalink
release: v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 authored and jrcastro2 committed Aug 28, 2024
1 parent 45c3fe6 commit ad756e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

Version 1.0.15 (released 2024-08-28)

- global: upgrade codebase to invenio-app-rdm 13.0.0b1.dev2
- templates: add email templates
- vocabularies: add funders
- files: add offloading files to EOS
- permissions: add oais-archiver role
- permissions: add archiver role
- vocabularies: add subjects, experiments, departments
- pages: fix static pages

Version 1.0.14 (released 2024-05-27)

- installation: upper pin flask-mail
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.14"
__version__ = "1.0.15"

__all__ = (
"__version__",
Expand Down

0 comments on commit ad756e5

Please sign in to comment.