Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Feb 19, 2018
1 parent 23efe6d commit 3f21791
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/

## 0.13.0 [Unreleased]
## 0.13.0 [2018-02-19]

### Added
- [#493] grant_types specification should follow the response_types specification in a client registration request.
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.12.0'
__version__ = '0.13.0'


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

0 comments on commit 3f21791

Please sign in to comment.