Skip to content

Commit

Permalink
Bump version v0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Jun 21, 2016
1 parent 6b9a25f commit ab65aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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.3.5] - 2016-06-21

##### Added
- Field date_given in UserConsent model.
- Verbose names to all model fields.
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.3.4',
version='0.3.5',
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 ab65aab

Please sign in to comment.