Skip to content

Commit

Permalink
release: v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Feb 21, 2025
1 parent 91d5eff commit 5b44b25
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.5 (released 2025-02-21)

- installation: rename the sentry extra (`_` `-`in the estra name not working)

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

- sentry: move imports inside extension class initializer
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.4"
__version__ = "2.1.5"

__all__ = ("__version__",)

0 comments on commit 5b44b25

Please sign in to comment.