Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Dec 20, 2024
1 parent fbf9e10 commit 774c27d
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.4.0 (released 2024-12-20)

- communities-records: set the config identical to global records search

Version 1.3.1 (released 2024-12-20)

- ui: move main banner below the navbar in the header
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.3.1"
__version__ = "1.4.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 774c27d

Please sign in to comment.