Bump version v0.5.1.

This commit is contained in:
Ignacio Fiorentino 2017-05-18 23:49:06 -03:00
parent fd7bbab96d
commit 1397439b09
2 changed files with 6 additions and 4 deletions

View file

@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
### [Unreleased] ### [Unreleased]
### [0.5.0] - 2017-05-18
##### Added ##### Added
- Signals when user accept/decline the authorization page. - Signals when user accept/decline the authorization page.
- `OIDC_AFTER_END_SESSION_HOOK` setting for additional business logic - `OIDC_AFTER_END_SESSION_HOOK` setting for additional business logic.
- Feature granttype password - Feature granttype password.
- require_consent and reuse_consent are added to Client model. - require_consent and reuse_consent are added to Client model.
##### Changed ##### Changed
@ -16,7 +18,7 @@ All notable changes to this project will be documented in this file.
##### Fixed ##### Fixed
- Timestamps with unixtime (instead of django timezone). - Timestamps with unixtime (instead of django timezone).
- Field refresh_token cannot be primary key if null. - Field refresh_token cannot be primary key if null.
- `create_uri_exceptions` are now being logged at `Exception` level not `DEBUG` - `create_uri_exceptions` are now being logged at `Exception` level not `DEBUG`.
### [0.4.4] - 2016-11-29 ### [0.4.4] - 2016-11-29

View file

@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-oidc-provider', name='django-oidc-provider',
version='0.5.1', version='0.5.0',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='MIT License', license='MIT License',