Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Changes
=======

Version 6.4.0 (released 2026-08-12)

- fix(ui): change document verion order e.g "ed. 2nd" to "2nd ed."
- fix(ui): overlapping text on contents display
- fix(importer): crashing on large fields
- add(document type): added thesis document type
- update(rdm sync): rdm sync supports thesis document type

Version 6.3.1 (released 2026-04-22)

- add(vocabularies): DRO tag
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""CDS-ILS."""

__version__ = "6.3.1"
__version__ = "6.4.0"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ REACT_APP_UI_ILS_VERSION=3.0.0
REACT_APP_INVENIO_VERSION=7.3.0
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
REACT_APP_OVERLAY_VERSION=6.3.1
REACT_APP_OVERLAY_VERSION=6.4.0
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
Loading