From ab65aab0e14412dbb6d989ff27ceaabc412a2076 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Tue, 21 Jun 2016 12:30:15 -0300 Subject: [PATCH] Bump version v0.3.5. --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cefcd..25809df 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.5] - 2016-06-21 + ##### Added - Field date_given in UserConsent model. - Verbose names to all model fields. diff --git a/setup.py b/setup.py index 70ed75e..83a9601 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.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',