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.