From 5ba9928e226bb68f0f6516139064ce826a2dffca Mon Sep 17 00:00:00 2001 From: David Michaels Date: Wed, 29 Jan 2025 13:55:11 -0500 Subject: [PATCH] thug commit to master to remove dcicutils install from Makefile/publish-for-ga --- CHANGELOG.rst | 5 +++++ Makefile | 1 - pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ac8f13b6..dc92caa9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,11 @@ foursight Change Log ---------- +4.9.12 +===== +Thug commit to master branch to remove unnecessary dcicutils install from Makefile/publish-to-ga. + + 4.9.11 ===== diff --git a/Makefile b/Makefile index 76b79247..ef30f9a9 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,4 @@ publish: publish-for-ga: # New Python based publish script in dcicutils (2023-04-25). - pip install dcicutils==8.7.0.1b2 poetry run publish-to-pypi --noconfirm diff --git a/pyproject.toml b/pyproject.toml index 540ea44b..a59673f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight" -version = "4.9.11" +version = "4.9.12" description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT"