Skip to content

Commit

Permalink
📦 release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 3, 2024
1 parent b12104d commit e979c6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.1 (released 2024-12-03)

- sentry: import-detect sentry_sdk usage

Version 3.0.0 (released 2024-11-29)

- setup: change sentry_sdk to sentry
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.0"
__version__ = "3.0.1"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion invenio_logging/sentry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2024 CERN.
#
# 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

0 comments on commit e979c6b

Please sign in to comment.