From fa45b85539bffcc0ea7d17ee76e0a3fb5499d01a Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Thu, 19 Jan 2023 15:20:58 +0000 Subject: [PATCH] Release 3.24.1 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21980946..cf0eec4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.24.1](https://github.com/auth0/auth0-python/tree/3.24.1) (2023-01-19) +[Full Changelog](https://github.com/auth0/auth0-python/compare/3.24.0...3.24.1) + +**Fixed** +- Remove unnecessary type param from update_template_universal_login [\#463](https://github.com/auth0/auth0-python/pull/463) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [3.24.0](https://github.com/auth0/auth0-python/tree/3.24.0) (2022-10-17) [Full Changelog](https://github.com/auth0/auth0-python/compare/3.23.1...3.24.0) diff --git a/auth0/__init__.py b/auth0/__init__.py index 3e6d8c7b..a4dde6d8 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = "3.24.0" +__version__ = "3.24.1"