Skip to content

Commit

Permalink
Version bump 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 11, 2020
1 parent ebe4546 commit 25e7fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.14.dev'
version = '0.14'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 25e7fe4

Please sign in to comment.