Skip to content

Commit

Permalink
Version bump 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 10, 2020
1 parent f8f8df5 commit 4e501ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15.dev'
version = '0.15'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here you can see the full list of changes between each Authlib release.
Version 0.15
------------

**Release date not decided yet***
**Released on Oct 10, 2020.***

This is the last release before v1.0. In this release, we added more RFCs
implementations and did some refactors for JOSE:
Expand Down

0 comments on commit 4e501ce

Please sign in to comment.