diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3ab5ae2..13d390682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on the [KeepAChangeLog] project. [KeepAChangeLog]: http://keepachangelog.com/ -## Unreleased +## 0.15.1 [2019-01-31] ### Fixed - [#592] Do not append cookie header if there is nothing to append diff --git a/src/oic/__init__.py b/src/oic/__init__.py index 338300765..d9078148b 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -21,7 +21,7 @@ RuntimeWarning) __author__ = 'Roland Hedberg' -__version__ = '0.15.0' +__version__ = '0.15.1' OIDCONF_PATTERN = "%s/.well-known/openid-configuration"