diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7362516..5b633a1db 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.0 [2019-01-17] ### Fixed - [#553] Made sure a reload would not lead to duplicated keys in a keybundle. diff --git a/src/oic/__init__.py b/src/oic/__init__.py index 89b0a2105..338300765 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -21,7 +21,7 @@ RuntimeWarning) __author__ = 'Roland Hedberg' -__version__ = '0.14.0' +__version__ = '0.15.0' OIDCONF_PATTERN = "%s/.well-known/openid-configuration"