Bump version v0.6.2.

This commit is contained in:
Juan Ignacio Fiorentino 2018-08-03 11:50:56 -03:00
parent bf8a7b6853
commit b5e055205c
3 changed files with 7 additions and 2 deletions

View file

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

View file

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

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