Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8f2d65

Browse files
authored
Release 4.1.0 (auth0#478)
2 parents 245a081 + 2b0f4b9 commit c8f2d65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## [4.0.0](https://github.com/auth0/auth0-python/tree/4.0.0) (2023-01-19)
412
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.24.1...4.0.0)
513

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.1.0"
22

33
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
44

0 commit comments

Comments
 (0)