Bump version 0.0.6.

This commit is contained in:
juanifioren 2015-06-16 16:10:39 -03:00
parent 8f47f906de
commit 0a0db22997
2 changed files with 13 additions and 5 deletions

View file

@ -4,20 +4,28 @@ All notable changes to this project will be documented in this file.
### [Unreleased]
#### Added
### [0.0.6] - 2015-06-16
##### Added
- Better naming for models in the admin.
##### Changed
- Now tests run without the need of a project configured.
##### Fixed
- Error when returning address_formatted claim.
### [0.0.5] - 2015-05-09
#### Added
##### Added
- Support for Django 1.8.
#### Fixed
##### Fixed
- Validation of scope in UserInfo endpoint.
### [0.0.4] - 2015-04-22
#### Added
##### Added
- Initial migrations.
##### Fixed

View file

@ -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.5',
version='0.0.6',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/migrations',