From f882efbad30f1e07d1478aeadd946f80e61e67ed Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Mon, 12 Sep 2016 13:19:35 -0300 Subject: [PATCH] Bump version v0.4.0. --- CHANGELOG.md | 2 ++ example_project/requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9ebd2..b8a4d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/example_project/requirements.txt b/example_project/requirements.txt index 7f5a1f8..412a8f5 100644 --- a/example_project/requirements.txt +++ b/example_project/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 7183e06..033da02 100644 --- a/setup.py +++ b/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.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',