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 d5cd861 commit 6f29708Copy full SHA for 6f29708
authlib/consts.py
@@ -1,5 +1,5 @@
1
name = 'Authlib'
2
-version = '0.4'
+version = '0.4.1'
3
author = 'Hsiaoming Yang <me@lepture.com>'
4
homepage = 'https://authlib.org/'
5
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
docs/changelog.rst
@@ -6,6 +6,14 @@ Changelog
6
7
Here you can see the full list of changes between each Authlib release.
8
9
+Version 0.4.1
10
+-------------
11
+
12
+**Released on Feb 2, 2018. A Quick Bugfix**
13
14
+- Fixed missing code params when fetching access token. This bug is
15
+ introduced when fixing `issue#16`_.
16
17
Version 0.4: Tsukino
18
--------------------
19
0 commit comments