From 4d0c12286ac8b3b76a3b8454ce566db13f1be2a2 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 17 Oct 2018 19:09:56 -0300 Subject: [PATCH] Bump version v0.7.0. --- docs/sections/changelog.rst | 5 +++++ oidc_provider/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 5a7dd9b..63a483f 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. Unreleased ========== +0.7.0 +===== + +*2018-10-17* + * Added: support multiple response types per client. * Added: make version available in code. * Added: token introspection docs. diff --git a/oidc_provider/version.py b/oidc_provider/version.py index aece342..a71c5c7 100644 --- a/oidc_provider/version.py +++ b/oidc_provider/version.py @@ -1 +1 @@ -__version__ = '0.6.2' +__version__ = '0.7.0'