From fe3154dcfc69d10dde210a4a7ff14f7899a4d735 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 1 Mar 2024 16:54:57 -0500 Subject: [PATCH 1/2] update scos-actions for testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fab5f10..2d9abde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "environs>=9.5.0", "tekrsa-api-wrap>=1.3.2", - "scos_actions @ git+https://github.com/NTIA/scos-actions@8.0.0", + "scos_actions @ git+https://github.com/NTIA/scos-actions@SEA-187-add-disk-usage", ] [project.optional-dependencies] From 767c5a0673ab33e85830460d1796b22d8729091c Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 1 Mar 2024 16:55:24 -0500 Subject: [PATCH 2/2] bump version to 5.0.2 --- src/scos_tekrsa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scos_tekrsa/__init__.py b/src/scos_tekrsa/__init__.py index 2fe5fde..3a223dd 100644 --- a/src/scos_tekrsa/__init__.py +++ b/src/scos_tekrsa/__init__.py @@ -1 +1 @@ -__version__ = "5.0.1" +__version__ = "5.0.2"