Skip to content

Commit

Permalink
Bump version v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Apr 13, 2018
1 parent 63bf323 commit c06bf43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/sections/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c06bf43

Please sign in to comment.