Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Oct 17, 2023
1 parent 88b2416 commit b564e88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
Changes
=======

Version 1.3.0 (released 2023-10-17)

- Fixed sentry error id.

Version 1.2.8 (released 2022-01-13)

- Add support for ItsDangerous <2.1 (datetime aware/naive of date_signed)
Expand Down
2 changes: 1 addition & 1 deletion invenio_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@
from .ext import InvenioREST
from .views import ContentNegotiatedMethodView

__version__ = "1.2.8"
__version__ = "1.3.0"

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

0 comments on commit b564e88

Please sign in to comment.