Skip to content

Commit

Permalink
Bump version v0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Oct 13, 2016
1 parent bb91982 commit 76dca8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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',
Expand Down

0 comments on commit 76dca8f

Please sign in to comment.