diff --git a/doc/changes/DM-54613.other.rst b/doc/changes/DM-54613.other.rst deleted file mode 100644 index 9e45c6ac..00000000 --- a/doc/changes/DM-54613.other.rst +++ /dev/null @@ -1,2 +0,0 @@ -Changed BPS behavior so it doesn't throw when there are job labels in job ordering groups that were not included in the final version of the workflow. -From now on BPS will only warn the user when it occures. diff --git a/doc/lsst.ctrl.bps/CHANGES.rst b/doc/lsst.ctrl.bps/CHANGES.rst index c31eb3cc..3f5c3377 100644 --- a/doc/lsst.ctrl.bps/CHANGES.rst +++ b/doc/lsst.ctrl.bps/CHANGES.rst @@ -1,3 +1,13 @@ +lsst-ctrl-bps v30.0.8 (2026-06-08) +================================== + +Other Changes and Additions +--------------------------- + +- Changed BPS behavior so it doesn't throw when there are job labels in job ordering groups that were not included in the final version of the workflow. + From now on BPS will only warn the user when it occurs. (`DM-54613 `_) + + lsst-ctrl-bps v30.0.6 (2026-04-06) ==================================