From 25e7fe4803af94b4b4057920a854fb6d0994ac78 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Tue, 11 Feb 2020 23:11:42 +0900 Subject: [PATCH] Version bump 0.14 --- authlib/consts.py | 2 +- docs/changelog.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/authlib/consts.py b/authlib/consts.py index cd6ffb48..e4105e1f 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '0.14.dev' +version = '0.14' 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 c7d0a59b..cff3d677 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,8 @@ Here you can see the full list of changes between each Authlib release. Version 0.14 ------------ +**Released on Feb 11, 2020.** + In this release, Authlib has introduced a new way to write framework integrations for clients.