From c06bf43f22728aa1d19d359418778e6bb212a2aa Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 13 Apr 2018 16:48:06 -0300 Subject: [PATCH] Bump version v0.6.0. --- docs/sections/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 831d19c..0c5f0f6 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. Unreleased ========== +0.6.0 +===== + +*2018-04-13* + * Added: OAuth2 grant_type client_credentials support. * Added: pep8 compliance and checker. * Added: Setting OIDC_IDTOKEN_INCLUDE_CLAIMS supporting claims inside id_token. diff --git a/setup.py b/setup.py index 02d7f45..7d804ad 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-oidc-provider', - version='0.5.3', + version='0.6.0', packages=find_packages(), include_package_data=True, license='MIT License',