Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 19, 2024
1 parent dc62592 commit 0bdacbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
Changes
=======

Version 1.4.0 (released 2024-11-19)

- global: remove six usage
- global: use jws from invenio-base
- fix: forward compatibility with flask>=3.0

Version 1.3.1 (released 2024-07-17)

- csrf: improve token validation workflow
Expand Down
3 changes: 2 additions & 1 deletion invenio_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# 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.
Expand Down Expand Up @@ -195,6 +196,6 @@
from .ext import InvenioREST
from .views import ContentNegotiatedMethodView

__version__ = "1.3.1"
__version__ = "1.4.0"

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

0 comments on commit 0bdacbe

Please sign in to comment.