From b5406793831e365a3a79333d3c442c34717def2b Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 2 Jul 2019 16:25:20 -0300 Subject: [PATCH] Release 3.9.0 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd95a0f..bcaca649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.9.0 +------------------ + +**Added** +- Add Roles and Permissions endpoints [\#202](https://github.com/auth0/auth0-python/pull/202) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.8.1 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 64e0fe00..2de9e710 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.8.1' +__version__ = '3.9.0'