Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Dec 19, 2024
1 parent 99077f3 commit 17ee2ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3.0 (released 2024-12-19)

- stats: add new fields to differentiate migrated statistic events

Version 1.2.1 (released 2024-12-17)

- affiliationsSuggestions: Fix display of CERN authors info
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.2.1"
__version__ = "1.3.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 17ee2ba

Please sign in to comment.