Skip to content
Snippets Groups Projects
Unverified Commit 167998ae authored by Nicola Tarocco's avatar Nicola Tarocco
Browse files

release: v2.0.1

parent 2604c18e
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@
Changes
=======
Version 2.0.1 (Release 2023-09-14)
----------------------------------
- CSV: removed file size limit. The new extension can preview very large files.
Version 2.0.0 (Release 2023-09-14)
----------------------------------
......
......@@ -318,6 +318,6 @@ Now define the priority for all previewers by adding the newly created
from .ext import InvenioPreviewer
from .proxies import current_previewer
__version__ = "2.0.0"
__version__ = "2.0.1"
__all__ = ("__version__", "current_previewer", "InvenioPreviewer")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment