From e7669480cb50329de551e52eab112529a780c749 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 4 Apr 2019 12:37:33 -0300 Subject: [PATCH] Release 3.7.0 --- CHANGELOG.md | 7 +++++++ auth0/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfda2c9..c1b412bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changes ======= +3.7.0 +------------------ + +**Changed** +- Remove default value for search_engine [\#185](https://github.com/auth0/auth0-python/pull/185) ([lbalmaceda](https://github.com/lbalmaceda)) + + 3.6.1 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index bce59824..8c3336cc 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.6.1' +__version__ = '3.7.0'