Bump version v0.6.1.

This commit is contained in:
Juan Ignacio Fiorentino 2018-07-10 11:16:02 -03:00
parent b087116818
commit e7eaa52e50
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.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.

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.6.0',
version='0.6.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',