Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 4, 2022
1 parent e5ae0e1 commit 5d02161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.3.1 (2022-11-04)
### Fix
* Store thread spawing on each call to init ([#77](https://github.com/evervault/evervault-python/issues/77)) ([`e5ae0e1`](https://github.com/evervault/evervault-python/commit/e5ae0e1ef3fbb750cc8dc7bb396fd022e18c8603))

## v1.3.0 (2022-10-27)
### Feature
* Poll the Evervault API for relay outbound configuration ([#74](https://github.com/evervault/evervault-python/issues/74)) ([`e1cbfb4`](https://github.com/evervault/evervault-python/commit/e1cbfb4694ee37140880cfb3b850c91be8a52f8b))
Expand Down
2 changes: 1 addition & 1 deletion evervault/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .errors.evervault_errors import AuthenticationError, UnsupportedCurveError
import os

__version__ = "1.3.0"
__version__ = "1.3.1"

ev_client = None
_api_key = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evervault"
version = "1.3.0"
version = "1.3.1"
description = "Evervault SDK"
authors = ["Evervault <engineering@evervault.com>"]
license = "MIT"
Expand Down

0 comments on commit 5d02161

Please sign in to comment.