Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 12, 2023
1 parent 2b1eb04 commit e6c1372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
Changes
=======

Version 1.3.4 (released 2023-10-12)
Version 2.0.0 (released 2023-10-12)

- add back in setup sentry and sentry-sdk extras

Version 1.3.3 (released 2023-10-12)

- Adds `LOGGING_SENTRY_INIT_KWARGS` to allow extra config on sentry initialization
- removes support for raven

Version 1.3.2 (released 2022-02-28)

Expand Down
2 changes: 1 addition & 1 deletion invenio_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@

from __future__ import absolute_import, print_function

__version__ = "1.3.4"
__version__ = "2.0.0"

__all__ = ("__version__",)
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests =
iniconfig>=1.1.1
sphinx>=4.5
sentry-sdk[flask]>=1.0.0
# Kept for backwards compatibility
sentry_sdk =
sentry-sdk[flask]>=1.0.0

Expand Down

0 comments on commit e6c1372

Please sign in to comment.