From c567bd6baccd79a9007990d456bdc383abdbb27e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 28 Feb 2024 15:48:31 +0000 Subject: [PATCH] 1.10.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ invaas/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac1880..67c449e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.10.1 (2024-02-28) + +### Fix + +* fix: update schwab task option logic and logging ([`a6e9514`](https://github.com/daneisburgh/invaas/commit/a6e951410b22242ee32afd0768bd5daa62d3cabe)) + +* fix: initialize job id and workspace client for non-local environments ([`10cf978`](https://github.com/daneisburgh/invaas/commit/10cf9780717e7587efc7d07eec6f41acdcb7e34f)) + + ## v1.10.0 (2024-02-27) ### Build diff --git a/invaas/__init__.py b/invaas/__init__.py index fcfdf38..a0865bb 100644 --- a/invaas/__init__.py +++ b/invaas/__init__.py @@ -1 +1 @@ -__version__ = "1.10.0" +__version__ = "1.10.1"