Bump version v0.4.0.

This commit is contained in:
Ignacio Fiorentino 2016-09-12 13:19:35 -03:00
parent a0f95446bb
commit f882efbad3
3 changed files with 5 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.0] - 2016-09-12
##### Added
- Support for Hybrid Flow.
- New attributes for Clients: Website url, logo, contact email, terms url.

View file

@ -1,2 +1,2 @@
django==1.9
https://github.com/juanifioren/django-oidc-provider/archive/v0.3.x.zip
django==1.10
https://github.com/juanifioren/django-oidc-provider/archive/v0.4.x.zip

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.3.7',
version='0.4.0',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',