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. "]