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 34a672b commit 0027d1dCopy full SHA for 0027d1d
CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project.
7
8
## Unreleased
9
10
+## 1.1.0 [2019-10-25]
11
+
12
### Changed
13
14
- [#688] Second stage of adding logout support.
src/oic/__init__.py
@@ -24,7 +24,7 @@
24
)
25
26
__author__ = "Roland Hedberg"
27
-__version__ = "1.0.1"
+__version__ = "1.1.0"
28
29
30
OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
0 commit comments