Skip to content

Commit de316f0

Browse files
Release 5.3.0 (#817)
**Added** - feat: Add CIMD support, organization connections, group deletion, refresh token listing; remove AOL/Flickr/Yammer providers [\#816](#816) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat:Add `Auth0-Custom-Domain` header support for Multiple Custom Domains (MCD) [\#799](#799) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent ae22120 commit de316f0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.shiprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": {
3-
".version": []
3+
".version": [],
4+
"pyproject.toml": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
45
},
56
"prefixVersion": false
67
}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [5.3.0](https://github.com/auth0/auth0-python/tree/5.3.0) (2026-04-09)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.2.0...5.3.0)
5+
6+
**Added**
7+
- feat: Add CIMD support, organization connections, group deletion, refresh token listing; remove AOL/Flickr/Yammer providers [\#816](https://github.com/auth0/auth0-python/pull/816) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
- feat:Add `Auth0-Custom-Domain` header support for Multiple Custom Domains (MCD) [\#799](https://github.com/auth0/auth0-python/pull/799) ([kishore7snehil](https://github.com/kishore7snehil))
9+
310
## [5.2.0](https://github.com/auth0/auth0-python/tree/5.2.0) (2026-03-30)
411
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.1.0...5.2.0)
512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "auth0-python"
33

44
[tool.poetry]
55
name = "auth0-python"
6-
version = "5.2.0"
6+
version = "5.3.0"
77
description = "Auth0 Python SDK - Management and Authentication APIs"
88
readme = "README.md"
99
authors = ["Auth0 <support@auth0.com>"]

0 commit comments

Comments
 (0)