Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 3, 2024
1 parent fef3a66 commit f01c714
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
Changes
=======

Version 2.0.0 (released 2024-12-03)

- fix: set_cookie needs a str
- fix: cookie_jar not in FlaskClient
- tests: update api usage of set_cookie
- fix: set_cookie needs a str
- chore: remove unused imports
- global: remove try except for jws
- setup: bump major dependencies

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

- global: make sentry-sdk optional
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.5.0"
__version__ = "2.0.0"

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

0 comments on commit f01c714

Please sign in to comment.