From 0420005c2992623ef73fa1409f29935584fe3f11 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 18 Sep 2024 14:42:30 -0400 Subject: [PATCH] Python: Bump release version to 1.2.1 --- saw-remote-api/python/CHANGELOG.md | 2 +- saw-remote-api/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saw-remote-api/python/CHANGELOG.md b/saw-remote-api/python/CHANGELOG.md index cbb177c6f..e4b5a9797 100644 --- a/saw-remote-api/python/CHANGELOG.md +++ b/saw-remote-api/python/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for saw-client -## next -- TBA +## 1.2.1 -- 2024-09-18 * Require building with `argo-client-0.0.13` or later. `argo-client-0.0.13` uses blocking IO, which should reduce CPU load when receiving replies. diff --git a/saw-remote-api/python/pyproject.toml b/saw-remote-api/python/pyproject.toml index 6f3727ff2..af9b93bfc 100644 --- a/saw-remote-api/python/pyproject.toml +++ b/saw-remote-api/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saw-client" -version = "1.2.0.99" +version = "1.2.1" readme = "README.md" description = "SAW client for the SAW RPC server" authors = ["Galois, Inc. "]