We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bf323 commit c06bf43Copy full SHA for c06bf43
2 files changed
docs/sections/changelog.rst
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
8
Unreleased
9
==========
10
11
+0.6.0
12
+=====
13
+
14
+*2018-04-13*
15
16
* Added: OAuth2 grant_type client_credentials support.
17
* Added: pep8 compliance and checker.
18
* Added: Setting OIDC_IDTOKEN_INCLUDE_CLAIMS supporting claims inside id_token.
setup.py
@@ -10,7 +10,7 @@
setup(
name='django-oidc-provider',
- version='0.5.3',
+ version='0.6.0',
packages=find_packages(),
include_package_data=True,
license='MIT License',
0 commit comments