Bump version v0.6.0.

This commit is contained in:
Juan Ignacio Fiorentino 2018-04-13 16:48:06 -03:00
parent 63bf3232bd
commit c06bf43f22
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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',