Bump version 0.0.5.
This commit is contained in:
parent
23c91dc552
commit
26080fe2dd
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.0.5] - 2015-05-09
|
||||
|
||||
#### Added
|
||||
- Support for Django 1.8.
|
||||
|
||||
#### Fixed
|
||||
- Validation of scope in UserInfo endpoint.
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||
|
||||
setup(
|
||||
name='django-oidc-provider',
|
||||
version='0.0.4',
|
||||
version='0.0.5',
|
||||
packages=[
|
||||
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
|
||||
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/migrations',
|
||||
|
|
Loading…
Reference in a new issue