Skip to content

Commit 4535d41

Browse files
committed
Prepare 1.6.1 release
1 parent 35c5afa commit 4535d41

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10-
## 1.6.0 [2022-12-14]
10+
## 1.6.1 [2023-07-13]
11+
- [#862] Fixed pydantic dependency
12+
13+
[#862]: https://github.com/CZ-NIC/pyoidc/pull/862
14+
15+
## 1.6.0 [2023-05-15]
1116

1217
- [#854] Improve OIDC Session Management support by using the `session_state` parameter from an *Authentication Response* (if available) as a key to store `Consumer` data.
1318

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.0"
27+
__version__ = "1.6.1"
2828

2929

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

0 commit comments

Comments
 (0)