Skip to content

Commit 26ea512

Browse files
committed
Prepare 1.5.0 release
1 parent 191d666 commit 26ea512

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 1.5.0 [2022-12-14]
11+
1012
### Changed
1113
- [#827] Added support for python 3.11
1214
- [#830], [#831] Allow null and empty values in UserInfo responses, but filter them out.

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.4.0"
27+
__version__ = "1.5.0"
2828

2929

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

0 commit comments

Comments
 (0)