From c73e2a8921a15ee1f96b604123e49bd2d5fd651b Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Tue, 15 Mar 2022 19:10:57 +0900 Subject: [PATCH] Version bump 1.0.0 --- README.md | 2 +- authlib/consts.py | 2 +- docs/changelog.rst | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52c1bd22..893fad84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Authlib - + Build Status Coverage Status PyPI Version diff --git a/authlib/consts.py b/authlib/consts.py index 4e97fcc0..c17e3e6b 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '1.0.0rc1' +version = '1.0.0' author = 'Hsiaoming Yang ' homepage = 'https://authlib.org/' default_user_agent = '{}/{} (+{})'.format(name, version, homepage) diff --git a/docs/changelog.rst b/docs/changelog.rst index 84523cc2..065eb664 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Here you can see the full list of changes between each Authlib release. Version 1.0 ----------- -**Plan to release in Dec, 2021.** +**Released on Mar 15, 2022.** We have dropped support for Python 2 in this release. We have removed built-in SQLAlchemy integration. diff --git a/setup.cfg b/setup.cfg index 29c079ec..74789d16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,8 +36,8 @@ project_urls = Commercial License = https://authlib.org/plans Bug Tracker = https://github.com/lepture/authlib/issues Source Code = https://github.com/lepture/authlib + Donate = https://github.com/sponsors/lepture Blog = https://blog.authlib.org/ - Donate = https://lepture.com/donate [options] packages = find: