We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a141 commit 4fd0929Copy full SHA for 4fd0929
authlib/consts.py
@@ -1,5 +1,5 @@
1
name = 'Authlib'
2
-version = '0.5'
+version = '0.5.1'
3
author = 'Hsiaoming Yang <me@lepture.com>'
4
homepage = 'https://authlib.org/'
5
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
docs/changelog.rst
@@ -7,6 +7,16 @@ Changelog
7
Here you can see the full list of changes between each Authlib release.
8
9
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
20
Version 0.5: Kirie
21
------------------
22
0 commit comments