Skip to content

Commit c06bf43

Browse files
committed
Bump version v0.6.0.
1 parent 63bf323 commit c06bf43

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/sections/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
88
Unreleased
99
==========
1010

11+
0.6.0
12+
=====
13+
14+
*2018-04-13*
15+
1116
* Added: OAuth2 grant_type client_credentials support.
1217
* Added: pep8 compliance and checker.
1318
* Added: Setting OIDC_IDTOKEN_INCLUDE_CLAIMS supporting claims inside id_token.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-oidc-provider',
13-
version='0.5.3',
13+
version='0.6.0',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
license='MIT License',

0 commit comments

Comments
 (0)