Skip to content

Commit

Permalink
release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Feb 25, 2025
1 parent 8d1aaa1 commit feb6b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Changes
=======

Version unreleased
Version 3.0.1 (release 2025-02-25)

- fix: ModuleWarning: Deprecation Warning

Expand Down
4 changes: 2 additions & 2 deletions invenio_previewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2016-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
# Copyright (C) 2024-2025 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -319,6 +319,6 @@
from .ext import InvenioPreviewer
from .proxies import current_previewer

__version__ = "3.0.0"
__version__ = "3.0.1"

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

0 comments on commit feb6b6d

Please sign in to comment.