Skip to content

Commit 6f29708

Browse files
committed
Version bump 0.4.1
1 parent d5cd861 commit 6f29708

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.4'
2+
version = '0.4.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Changelog
66

77
Here you can see the full list of changes between each Authlib release.
88

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+
917
Version 0.4: Tsukino
1018
--------------------
1119

0 commit comments

Comments
 (0)