From 0a0db229977e7170dc15cec92ffb8e8199e0b584 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Tue, 16 Jun 2015 16:10:39 -0300 Subject: [PATCH] Bump version 0.0.6. --- CHANGELOG.md | 16 ++++++++++++---- setup.py | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6502c9..0408ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,28 @@ All notable changes to this project will be documented in this file. ### [Unreleased] -#### Added +### [0.0.6] - 2015-06-16 + +##### Added - Better naming for models in the admin. +##### Changed +- Now tests run without the need of a project configured. + +##### Fixed +- Error when returning address_formatted claim. + ### [0.0.5] - 2015-05-09 -#### Added +##### Added - Support for Django 1.8. -#### Fixed +##### Fixed - Validation of scope in UserInfo endpoint. ### [0.0.4] - 2015-04-22 -#### Added +##### Added - Initial migrations. ##### Fixed diff --git a/setup.py b/setup.py index 93f7549..a9ea19e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-oidc-provider', - version='0.0.5', + version='0.0.6', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/migrations',