We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac06a4 commit 766dd87Copy full SHA for 766dd87
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project.
7
8
## Unreleased
9
10
+## 1.2.0 [2020-02-05]
11
+
12
### Fixed
13
- [#727] OAuth client request using Client Credentials grant
14
src/oic/__init__.py
@@ -24,7 +24,7 @@
24
)
25
26
__author__ = "Roland Hedberg"
27
-__version__ = "1.1.2"
+__version__ = "1.2.0"
28
29
30
OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
0 commit comments