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"