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

Skip to content

Commit 7095664

Browse files
committed
Release 4.4.0
1 parent 2860768 commit 7095664

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [4.4.0](https://github.com/auth0/auth0-python/tree/4.4.0) (2023-07-25)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.3.0...4.4.0)
5+
6+
**Added**
7+
- [SDK-4394] Add organization name validation [\#507](https://github.com/auth0/auth0-python/pull/507) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- Add type hints to `management` [\#497](https://github.com/auth0/auth0-python/pull/497) ([Viicos](https://github.com/Viicos))
9+
10+
**Fixed**
11+
- Fix asyncify for users client where token is not required [\#506](https://github.com/auth0/auth0-python/pull/506) ([cgearing](https://github.com/cgearing))
12+
313
## [4.3.0](https://github.com/auth0/auth0-python/tree/4.3.0) (2023-06-26)
414
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.2.0...4.3.0)
515

auth0/__init__.py

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

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

0 commit comments

Comments
 (0)