From c13825997e54db767dabba49eeb3f81dbacc5a60 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 14 Jun 2019 16:07:34 -0300 Subject: [PATCH] Release 3.8.1 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192d6542..4cd95a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.8.1 +------------------ + +**Fixed** +- Fix request creation when headers are the default [\#198](https://github.com/auth0/auth0-python/pull/198) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.8.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 99d6aece..64e0fe00 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.8.0' +__version__ = '3.8.1'