Skip to content

Commit 4fd0929

Browse files
committed
Version bump 0.5.1
1 parent 9f4a141 commit 4fd0929

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

authlib/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = 'Authlib'
2-
version = '0.5'
2+
version = '0.5.1'
33
author = 'Hsiaoming Yang <me@lepture.com>'
44
homepage = 'https://authlib.org/'
55
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Changelog
77
Here you can see the full list of changes between each Authlib release.
88

99

10+
Version 0.5.1
11+
-------------
12+
13+
**Released on Feb 11, 2018.**
14+
15+
Just a quick bug fix release.
16+
17+
- Fixed ``OAuth2Session.request`` with auth.
18+
19+
1020
Version 0.5: Kirie
1121
------------------
1222

0 commit comments

Comments
 (0)