From 7ed1cb0d0e64aa082060aff186893307187b5a5e Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 12 Dec 2024 09:04:03 +0100 Subject: [PATCH] release: v1.0.0 --- CHANGES.rst | 12 ++++++++++++ flask_oauthlib/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 16efa24d..13e90b89 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 e842ceed..a76f73fb 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'