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
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
Changes
=======

Version 2.10.0 (2026-01-28)

- fix(keywords): escape double quotes on keyword name
- fix(stats): remove double variable assignment
- requirements: bump counter-robots lib
- subtitles: support srt files and convert to vtt

Version 2.9.2 (2025-11-28)

- deposit: add CKEditor `Source` back and sanitize HTML using DOMPurify
Expand Down
2 changes: 1 addition & 1 deletion cds/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

"""CDS version."""

__version__ = "2.9.1"
__version__ = "2.10.0"