Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent 95b3cbd commit 7ed1cb0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

Here you can see the full list of changes between each Flask-OAuthlib release.

Version 1.0.0
-------------

- setup: move to setup.cfg
- fix: compatibility to oauthlib
- global: make werkzeug>=3.0 ready
- Fixing issue related Flask 3 and oauthlib new version
- docs: fix simple typo, usally -> usually
- Merge pull request #397 from Sambego/patch-1
- Update Auth0 sponsorship link
- Revert "Update dev requirements version"

Version 0.9.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = "0.9.6"
__version__ = "1.0.0"
__author__ = "Hsiaoming Yang <[email protected]>"
__homepage__ = 'https://github.com/inveniosoftware/flask-oauthlib-invenio'
__license__ = 'BSD'

0 comments on commit 7ed1cb0

Please sign in to comment.