From 96f7186da5d7eb0d561153277b93af0c7386dab7 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Sun, 11 Feb 2018 21:19:05 +0900 Subject: [PATCH] Version bump 0.5 --- authlib/consts.py | 2 +- docs/changelog.rst | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/authlib/consts.py b/authlib/consts.py index 11d04af3..fbf1bfa9 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '0.5-dev' +version = '0.5' 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 862edd8e..07f6c26d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,10 +7,14 @@ Changelog Here you can see the full list of changes between each Authlib release. -Version 0.5 ------------ +Version 0.5: Kirie +------------------ + +**Released on Feb 11, 2018. Breaking Changes!** -**Release Date not Decided** +This version breaks a lot of things. There are many redesigns in order to +get a better stable API. It is still in Alpha stage, with these breaking +changes, I hope Authlib will go into Beta in the next version. - Added :meth:`~authlib.specs.rfc6749.register_error_uri` and its Flask integration.