Skip to content

Commit

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

Version v1.5.0 (released 2024-12-02)

- global: make sentry-sdk optional
* Import-detects `sentry_sdk` so that we can remove the hard dependency.

Version 1.4.2 (release 2024-11-30)

- fix: no translation
Expand Down
4 changes: 2 additions & 2 deletions invenio_rest/__init__.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.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -196,6 +196,6 @@
from .ext import InvenioREST
from .views import ContentNegotiatedMethodView

__version__ = "1.4.2"
__version__ = "1.5.0"

__all__ = ("__version__", "csrf", "InvenioREST", "ContentNegotiatedMethodView")
2 changes: 1 addition & 1 deletion invenio_rest/views.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.
# Copyright (C) 2021 TU Wien.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
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.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit 021fff8

Please sign in to comment.