Bump version v0.3.5.
This commit is contained in:
parent
6b9a25fdc5
commit
ab65aab0e1
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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.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',
|
||||
|
|
Loading…
Reference in a new issue