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

Skip to content

Commit e39ec6d

Browse files
committed
Release 4.1.1
1 parent 5c631cd commit e39ec6d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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+
## [4.1.1](https://github.com/auth0/auth0-python/tree/4.1.1) (2023-04-13)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1)
5+
6+
**Fixed**
7+
- Make pw realm params optional [\#484](https://github.com/auth0/auth0-python/pull/484) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- Fix intellisense on Auth0 class [\#486](https://github.com/auth0/auth0-python/pull/486) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
310
## [4.1.0](https://github.com/auth0/auth0-python/tree/4.1.0) (2023-03-14)
411
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.0.0...4.1.0)
512

auth0/__init__.py

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

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

0 commit comments

Comments
 (0)