File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 4.1.0] ( https://github.com/auth0/auth0-python/tree/4.1.0 ) (2023-03-14)
4
+ [ Full Changelog] ( https://github.com/auth0/auth0-python/compare/4.0.0...4.1.0 )
5
+
6
+ ** Added**
7
+ - Add branding theme endpoints [ \# 477] ( https://github.com/auth0/auth0-python/pull/477 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
8
+ - [ SDK-4011] Add API2 Factor Management Endpoints [ \# 476] ( https://github.com/auth0/auth0-python/pull/476 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
9
+ - Use declarative setup with ` pyproject.toml ` [ \# 474] ( https://github.com/auth0/auth0-python/pull/474 ) ([ Viicos] ( https://github.com/Viicos ) )
10
+
3
11
## [ 4.0.0] ( https://github.com/auth0/auth0-python/tree/4.0.0 ) (2023-01-19)
4
12
[ Full Changelog] ( https://github.com/auth0/auth0-python/compare/3.24.1...4.0.0 )
5
13
Original file line number Diff line number Diff line change 1
- __version__ = "4.0 .0"
1
+ __version__ = "4.1 .0"
2
2
3
3
from auth0 .exceptions import Auth0Error , RateLimitError , TokenValidationError
4
4
You can’t perform that action at this time.
0 commit comments