Skip to content

Commit fb698d7

Browse files
committed
chore: release version 1.5.2
1 parent 29fbe66 commit fb698d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authlib/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Authlib"
2-
version = "1.5.1"
2+
version = "1.5.2"
33
author = "Hsiaoming Yang <[email protected]>"
44
homepage = "https://authlib.org/"
55
default_user_agent = f"{name}/{version} (+{homepage})"

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here you can see the full list of changes between each Authlib release.
1010
Version 1.5.2
1111
-------------
1212

13-
**Unreleased**
13+
**Released on Apr 1, 2025**
1414

1515
- Forbid fragments in ``redirect_uris``. :issue:`714`
1616
- Fix invalid characters in ``error_description``. :issue:`720`

0 commit comments

Comments
 (0)