From fbe3c36f3cd605ed503dbf1354b07b0dc2eb23ec Mon Sep 17 00:00:00 2001 From: Patricia Grubel Date: Mon, 1 Apr 2024 16:06:34 -0600 Subject: [PATCH] Release 0.1.8 --- HISTORY.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c69234167..1e7bf8188 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -55,3 +55,14 @@ Major features: adds the capability to include post- and pre-processing scripts - Fix Checkpoint/Restart capability - Add testing for Checkpoint/Restart - Adds capability to reset the beeflow files (deletes all artifacts) especially useful for developers. + +0.1.8 + +Features: Fixes sphinx version to enable publishing documentation, now includes + CI for testing documentation builds + +- Update sphinx version, update actions and release docs (#812) +- Add separate action for testing docs +- Fix beeflow config new error + + diff --git a/pyproject.toml b/pyproject.toml index 41c8ccea8..b18e0bbfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hpc-beeflow" -version = "0.1.7" +version = "0.1.8" description = "A software package for containerizing HPC applications and managing job workflows"