Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 30, 2024
1 parent 90fffbe commit 512f866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
This file is part of Invenio.
Copyright (C) 2015-2020 CERN.
Copyright (C) 2022 Northwestern University.
Copyright (C) 2024 Graz University of Technology.
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.

Changes
=======

Version 1.4.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies

Version 1.4.0 (released 2024-11-19)

- global: remove six usage
Expand Down
2 changes: 1 addition & 1 deletion invenio_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@
from .ext import InvenioREST
from .views import ContentNegotiatedMethodView

__version__ = "1.4.0"
__version__ = "1.4.1"

__all__ = ("__version__", "csrf", "InvenioREST", "ContentNegotiatedMethodView")

0 comments on commit 512f866

Please sign in to comment.