Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit c2e09be

Browse files
authored
Merge pull request #169 from IdentityPython/version_sync2
Only changing version identifier.
2 parents dbdb81e + 4de6f99 commit c2e09be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[metadata]
99
name = "oidcop"
10-
version = "2.3.2"
10+
version = "2.3.4"
1111
author = "Roland Hedberg"
1212
author_email = "[email protected]"
1313
description = "Python implementation of an OAuth2 AS and an OIDC Provider"

src/oidcop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import secrets
22

3-
__version__ = "2.3.2"
3+
__version__ = "2.3.4"
44

55
DEF_SIGN_ALG = {
66
"id_token": "RS256",

0 commit comments

Comments
 (0)