From ad93b777dbd3990a459773d976c21a6a32e78892 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Tue, 26 Apr 2016 17:33:43 -0300 Subject: [PATCH] Bump version v0.3.2. --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9603169..ce72f72 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.3.2] - 2016-04-26 + ##### Added - Choose type of client on creation. - Implement Proof Key for Code Exchange by OAuth Public Clients. diff --git a/setup.py b/setup.py index cb1a60e..9ccaeff 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.1', + version='0.3.2', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',