We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d4d3b commit d278f39Copy full SHA for d278f39
CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project.
7
8
## Unreleased
9
10
+## 1.1.1 [2019-11-04]
11
+
12
### Fixed
13
- [#708] Wants the original non-parsed JWT and not an IDToken instance.
14
src/oic/__init__.py
@@ -24,7 +24,7 @@
24
)
25
26
__author__ = "Roland Hedberg"
27
-__version__ = "1.1.0"
+__version__ = "1.1.1"
28
29
30
OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
0 commit comments