Skip to content

Commit 252b41b

Browse files
author
github-actions
committed
1.3.3
Automatically generated by python-semantic-release
1 parent d5af814 commit 252b41b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.3.3 (2022-11-16)
6+
### Fix
7+
* Remove decryption domains from whitelist ([#79](https://github.com/evervault/evervault-python/issues/79)) ([`d5af814`](https://github.com/evervault/evervault-python/commit/d5af81443bdd527376af28c7ad2214b5ec6c0157))
8+
59
## v1.3.2 (2022-11-07)
610
### Fix
711
* Replace recursive timer call with RepeatedTimer class ([#78](https://github.com/evervault/evervault-python/issues/78)) ([`cf22d6c`](https://github.com/evervault/evervault-python/commit/cf22d6c0e8c352d6228497efd0f4e8babdff0769))

evervault/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .errors.evervault_errors import AuthenticationError, UnsupportedCurveError
44
import os
55

6-
__version__ = "1.3.2"
6+
__version__ = "1.3.3"
77

88
ev_client = None
99
_api_key = None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "evervault"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
description = "Evervault SDK"
55
authors = ["Evervault <engineering@evervault.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)