From 3f21791df99aad8764b3ce796ba5689241ca86c4 Mon Sep 17 00:00:00 2001 From: Tomas Pazderka Date: Mon, 19 Feb 2018 17:41:38 +0100 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 2 +- src/oic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c363a3b2..0201a1834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on the [KeepAChangeLog] project. [KeepAChangeLog]: http://keepachangelog.com/ -## 0.13.0 [Unreleased] +## 0.13.0 [2018-02-19] ### Added - [#493] grant_types specification should follow the response_types specification in a client registration request. diff --git a/src/oic/__init__.py b/src/oic/__init__.py index c59475f41..c9e8bd533 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -21,7 +21,7 @@ RuntimeWarning) __author__ = 'Roland Hedberg' -__version__ = '0.12.0' +__version__ = '0.13.0' OIDCONF_PATTERN = "%s/.well-known/openid-configuration"