Skip to content

Commit cb9ddd6

Browse files
committed
bump version
1 parent e921197 commit cb9ddd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
[project]
99
name = "uid2_client"
10-
version = "2.2.8"
10+
version = "2.3.0"
1111
authors = [
1212
{ name = "UID2 team", email = "unifiedid-admin@thetradedesk.com" }
1313
]

uid2_client/encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def decrypt_token(token, keys, domain_name, client_type, now=dt.datetime.now(tz=
7676
7777
Raises:
7878
EncryptionError: if token version is not supported, the token has expired,
79-
or no required decryption keys present in the keys collection
79+
or required decryption keys not present in the keys collection
8080
"""
8181

8282
try:

0 commit comments

Comments
 (0)