Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent 060d64f commit e3e6ae8
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 @@ -9,6 +9,16 @@
Changes
=======

Version 3.0.0 (released 2024-12-12)

- setup: move to flask-oauthlib-invenio
- global: replace werkzeug.url with urllib.parse
- tests: changed status_code
- fix: LegacyAPIWarning
- fix: DeprecationWarning:
- tests: apply changes for sqlalchemy>=2.0
- setup: bump major dependencies

Version 2.4.1 (release 2024-11-30)

- setup: change to reusable workflows
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauth2server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def index():
from .ext import InvenioOAuth2Server, InvenioOAuth2ServerREST
from .proxies import current_oauth2server

__version__ = "2.4.1"
__version__ = "3.0.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit e3e6ae8

Please sign in to comment.