From b5e055205c23ae00a1302fa1ea8acbfd58235dc4 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 3 Aug 2018 11:50:56 -0300 Subject: [PATCH] Bump version v0.6.2. --- LICENSE | 2 +- docs/sections/changelog.rst | 5 +++++ setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4e92d33..38ebb60 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2017 Juan Ignacio Fiorentino +Copyright (c) 2014-2019 Juan Ignacio Fiorentino Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 0def865..e1b4cec 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.2 +===== + +*2018-08-03* + * Added: support introspection on client credentials tokens. * Changed: accept lowercase "bearer" in Authorization header. * Fixed: ScopeClaims class. diff --git a/setup.py b/setup.py index f9af3fc..7341f86 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.1', + version='0.6.2', packages=find_packages(), include_package_data=True, license='MIT License',