Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Mar 26, 2024
1 parent ec1940d commit 457ade3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@
Changes
=======

Version 2.2.0 (released 2024-03-26)
-----------------------------------

- integrated new video/audio previewer

Version 2.1.2 (released 2024-03-12)
-----------------------------------

- frontend: Improve display of ZIPs with long file names

Version 2.1.1 (released 2024-01-31)
-----------------------------------

- markdown: default message if not previewable
- markdown: fixed ascii encoding typo
Expand Down
2 changes: 1 addition & 1 deletion invenio_previewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@
from .ext import InvenioPreviewer
from .proxies import current_previewer

__version__ = "2.1.2"
__version__ = "2.2.0"

__all__ = ("__version__", "current_previewer", "InvenioPreviewer")

0 comments on commit 457ade3

Please sign in to comment.