Skip to content

Commit

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

Version 2.4.0 (released 2024-11-07)

- global: remove six usage
- compatibility: to werkzeug >= 2.3.0
- setup: unpin wtforms dependency
- fix: DeprecationWarning HTMLString
- settings: update page to reflect additional required parameter
- i18n: push translations

Version 2.3.1 (released 2024-05-17)

- settings-ui: fix token scopes list
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauth2server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def index():
from .ext import InvenioOAuth2Server, InvenioOAuth2ServerREST # noqa isort:skip
from .proxies import current_oauth2server # noqa isort:skip

__version__ = "2.3.1"
__version__ = "2.4.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit abd19ee

Please sign in to comment.