Bump version v0.4.2.

This commit is contained in:
Ignacio Fiorentino 2016-10-13 11:31:33 -03:00
parent bb91982a8e
commit 76dca8f504
2 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
### [Unreleased]
### [0.4.2] - 2016-10-13
##### Added
- Support for client redirect URIs with query strings.
@ -12,8 +14,6 @@ All notable changes to this project will be documented in this file.
##### Changed
- Client is available to OIDC_EXTRA_SCOPE_CLAIMS implementations via `self.client`.
##### Incompatible changes
- The constructor signature for `ScopeClaims` has changed, it now is called with the `Token` as its single argument.
### [0.4.1] - 2016-10-03

View file

@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
version='0.4.1',
version='0.4.2',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',