Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 10, 2024
1 parent e84812b commit 55e9c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
Changes
=======

Version 2.3.0 (released 2024-12-10)

- zip: move fullscreen.js to fix the zip previewer
- pdfjs: upgrade to pdf.js v4

Version 2.2.2 (release 2024-11-30)

- setup: change to reusable workflows
Expand Down
2 changes: 1 addition & 1 deletion invenio_previewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,6 @@
from .ext import InvenioPreviewer
from .proxies import current_previewer

__version__ = "2.2.2"
__version__ = "2.3.0"

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

0 comments on commit 55e9c15

Please sign in to comment.