From 73973e8ee5e43a40d9f1affaa064bcb99d21907d Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 31 Jul 2019 18:28:11 -0300 Subject: [PATCH] Release 3.9.1 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f27d18..4f8acfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.9.1 +------------------ + +**Changed** +- Update minimum "requests" version to 2.14.0 [\#204](https://github.com/auth0/auth0-python/pull/204) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.9.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 2de9e710..d0282444 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.9.0' +__version__ = '3.9.1'