From a93023b3b58d6ddb745550ea12d018d9e01c05db Mon Sep 17 00:00:00 2001 From: Patrica Grubel Date: Mon, 16 Sep 2024 17:42:23 -0600 Subject: [PATCH 1/2] Comment api's in documentation --- docs/sphinx/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/index.rst b/docs/sphinx/index.rst index 6cc184173..e2bb733ba 100644 --- a/docs/sphinx/index.rst +++ b/docs/sphinx/index.rst @@ -21,10 +21,11 @@ error_logs contribute development - wf_api - rest_api visualization +.. Commented out + wf_api + rest_api Indices and tables ================== From 536b5138309c217bb454cf59f8c5a0d2fd50ad0c Mon Sep 17 00:00:00 2001 From: Patrica Grubel Date: Mon, 16 Sep 2024 18:02:47 -0600 Subject: [PATCH 2/2] Release 0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d5c57d94..f9a8498a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hpc-beeflow" -version = "0.1.9dev4" +version = "0.1.9" description = "A software package for containerizing HPC applications and managing job workflows"