From e7a5fa28a82633ab3b88d8bd1cf9522eeb86b949 Mon Sep 17 00:00:00 2001 From: Tomas Pazderka Date: Tue, 15 May 2018 11:32:21 +0200 Subject: [PATCH] Prepare 0.14.0 release --- CHANGELOG.md | 2 +- src/oic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8fbd29b..c530c3faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on the [KeepAChangeLog] project. [KeepAChangeLog]: http://keepachangelog.com/ -## 0.X.X [Unreleased] +## 0.14.0 [2018-05-15] ### Fixed - [#534] Fixed a bug in client_secret_basic authentication diff --git a/src/oic/__init__.py b/src/oic/__init__.py index 515a70659..89b0a2105 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -21,7 +21,7 @@ RuntimeWarning) __author__ = 'Roland Hedberg' -__version__ = '0.13.1' +__version__ = '0.14.0' OIDCONF_PATTERN = "%s/.well-known/openid-configuration"