Skip to content

Commit d7db2c3

Browse files
committed
chore: release 1.3.2
1 parent 01f1243 commit d7db2c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.3.1'
2+
version = '1.3.2'
33
author = 'Hsiaoming Yang <me@lepture.com>'
44
homepage = 'https://authlib.org/'
55
default_user_agent = f'{name}/{version} (+{homepage})'

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changelog
66

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

9+
Version 1.3.2
10+
-------------
11+
12+
- Prevent ever-growing session size for OAuth clients.
13+
- Revert ``quote`` client id and secret.
14+
- ``unquote`` basic auth header for authorization server.
15+
916
Version 1.3.1
1017
-------------
1118

0 commit comments

Comments
 (0)