Skip to content

Commit

Permalink
📦 release: v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 3, 2024
1 parent ddf8821 commit d4f38f8
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 v3.0.2 (released 2024-12-03)

- sentry: move imports inside extension class initializer

Version v3.0.1 (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__ = "3.0.1"
__version__ = "3.0.2"

__all__ = ("__version__",)

0 comments on commit d4f38f8

Please sign in to comment.