From 8e8786bd2b0308d82438ef8a9424765a1777bfce Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 12 Feb 2020 13:39:08 +0900 Subject: [PATCH] Version bump 0.14.1 --- authlib/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authlib/consts.py b/authlib/consts.py index e4105e1f..649d5735 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '0.14' +version = '0.14.1' author = 'Hsiaoming Yang ' homepage = 'https://authlib.org/' default_user_agent = '{}/{} (+{})'.format(name, version, homepage)