Skip to content

Commit

Permalink
Bump version v0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Jul 10, 2018
1 parent b087116 commit e7eaa52
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
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-oidc-provider',
version='0.6.0',
version='0.6.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit e7eaa52

Please sign in to comment.