From 6f8b44bdb36464110341ebf089eba413e3fa9d6c Mon Sep 17 00:00:00 2001 From: James Anderson Date: Tue, 31 Aug 2021 08:38:47 -0500 Subject: [PATCH] Release 3.18.0 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba66009f..c72574d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.18.0 +------------------ + +**Added** +- [SDK-2720] Add support for actions APIs [\#289](https://github.com/auth0/auth0-python/pull/289) ([jimmyjames](https://github.com/jimmyjames)) + 3.17.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 5d5b52e8..c754d321 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.17.0' +__version__ = '3.18.0'