Skip to content

Commit ff005c8

Browse files
committed
Prepare 1.7.0 release
1 parent 4849210 commit ff005c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on the [KeepAChangeLog] project.
77

88
## Unreleased
99

10+
## 1.7.0 [2024-04-25]
1011
### Changed
1112

1213
- [#871]: Fix log messages without format string

src/oic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525

2626
__author__ = "Roland Hedberg"
27-
__version__ = "1.6.1"
27+
__version__ = "1.7.0"
2828

2929

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

0 commit comments

Comments
 (0)