diff --git a/CHANGES.rst b/CHANGES.rst index 16efa24..13e90b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ------------- diff --git a/flask_oauthlib/__init__.py b/flask_oauthlib/__init__.py index e842cee..a76f73f 100644 --- a/flask_oauthlib/__init__.py +++ b/flask_oauthlib/__init__.py @@ -12,7 +12,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = "0.9.6" +__version__ = "1.0.0" __author__ = "Hsiaoming Yang " __homepage__ = 'https://github.com/inveniosoftware/flask-oauthlib-invenio' __license__ = 'BSD'