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 4849210 commit ff005c8Copy full SHA for ff005c8
CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on the [KeepAChangeLog] project.
7
8
## Unreleased
9
10
+## 1.7.0 [2024-04-25]
11
### Changed
12
13
- [#871]: Fix log messages without format string
src/oic/__init__.py
@@ -24,7 +24,7 @@
24
)
25
26
__author__ = "Roland Hedberg"
27
-__version__ = "1.6.1"
+__version__ = "1.7.0"
28
29
30
OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
0 commit comments