From e7eaa52e50737e39c88c5a33b2fe02a468091102 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 10 Jul 2018 11:16:02 -0300 Subject: [PATCH] Bump version v0.6.1. --- 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 ffcabba..ddee346 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.1 +===== + +*2018-07-10* + * Added: token instrospection endpoint support (RFC7662). * Added: request in password grant authenticate call. * Changed: dropping support for Django versions before 1.8. diff --git a/setup.py b/setup.py index 5152c26..92bb545 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.6.0', + version='0.6.1', packages=find_packages(), include_package_data=True, license='MIT License',