Skip to content

Commit 0e8f480

Browse files
committed
chore: release 1.4.1
1 parent c46e939 commit 0e8f480

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 = '1.4.0'
2+
version = '1.4.1'
33
author = 'Hsiaoming Yang <[email protected]>'
44
homepage = 'https://authlib.org/'
55
default_user_agent = f'{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 1.4.1
10+
-------------
11+
12+
**Released on Jan 28, 2025**
13+
14+
- Improve garbage collection on OAuth clients. :issue:`698`
15+
- Fix client parameters for httpx. :issue:`694`
16+
917
Version 1.4.0
1018
-------------
1119

0 commit comments

Comments
 (0)