From e4a8118cbe9b2a68ea826f29225b554f04271171 Mon Sep 17 00:00:00 2001 From: daniela Date: Mon, 23 Jun 2025 13:39:55 -0700 Subject: [PATCH 1/2] IWF-1007: Bump iwf-python-sdk release version to v0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6961057..b708afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iwf-python-sdk" -version = "0.11.2" +version = "0.12.0" description = "" authors = ["Indeed Engineering"] readme = "README.md" From 3fd93520cb1739e2a46969bc6799c87fe7c3db29 Mon Sep 17 00:00:00 2001 From: daniela Date: Mon, 23 Jun 2025 14:00:47 -0700 Subject: [PATCH 2/2] IWF-1007: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b568ce..79f9f77 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python SDK for [iWF workflow engine](https://github.com/indeedeng/iwf) ``` -pip install iwf-python-sdk==0.11.2 +pip install iwf-python-sdk==0.12.0 ``` See [samples](https://github.com/indeedeng/iwf-python-samples) for use case examples.