Skip to content

Commit

Permalink
Prepare release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Jan 31, 2019
1 parent 5005696 commit 699871b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/oic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
RuntimeWarning)

__author__ = 'Roland Hedberg'
__version__ = '0.15.0'
__version__ = '0.15.1'


OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
Expand Down

0 comments on commit 699871b

Please sign in to comment.