Skip to content

Commit

Permalink
release: v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Oct 7, 2024
1 parent 1a5c612 commit 545a264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

Version 1.0.16 (released 2024-10-07)

- global: upgrade codebase
- global: add redirection from legacy recids
- templates: fix js block inheritance
- config: add MathJax support

Version 1.0.15 (released 2024-08-28)

- global: upgrade codebase to invenio-app-rdm 13.0.0b1.dev2
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.15"
__version__ = "1.0.16"

__all__ = (
"__version__",
Expand Down

0 comments on commit 545a264

Please sign in to comment.