Skip to content

Commit

Permalink
Version bump 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 11, 2018
1 parent 75fdcf7 commit 96f7186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion authlib/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '0.5-dev'
version = '0.5'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
10 changes: 7 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 96f7186

Please sign in to comment.