From e39ec6dd021925fe621f6f8afdddb1cd520c4f75 Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Thu, 13 Apr 2023 14:11:29 +0100 Subject: [PATCH] Release 4.1.1 --- CHANGELOG.md | 7 +++++++ auth0/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350eab80..8fee1960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [4.1.1](https://github.com/auth0/auth0-python/tree/4.1.1) (2023-04-13) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1) + +**Fixed** +- Make pw realm params optional [\#484](https://github.com/auth0/auth0-python/pull/484) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- Fix intellisense on Auth0 class [\#486](https://github.com/auth0/auth0-python/pull/486) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [4.1.0](https://github.com/auth0/auth0-python/tree/4.1.0) (2023-03-14) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.0.0...4.1.0) diff --git a/auth0/__init__.py b/auth0/__init__.py index dc09a987..5134db61 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.0" +__version__ = "4.1.1" from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError