Skip to content

Commit

Permalink
📦 release: v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 3, 2024
1 parent ba6c9a3 commit 8a23e7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
Changes
=======

Version v2.1.4 (released 2024-12-03)

- sentry: move imports inside extension class initializer

Version v2.1.3 (released 2024-12-03)

- sentry: import-detect sentry_sdk usage
Expand Down
2 changes: 1 addition & 1 deletion invenio_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@

from __future__ import absolute_import, print_function

__version__ = "2.1.3"
__version__ = "2.1.4"

__all__ = ("__version__",)

0 comments on commit 8a23e7e

Please sign in to comment.