diff --git a/doc/changes/DM-53292.feature.rst b/doc/changes/DM-53292.feature.rst deleted file mode 100644 index 4502d610..00000000 --- a/doc/changes/DM-53292.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Implemented `wmsAttemptNum` with generic wms variable placeholders. diff --git a/doc/changes/DM-54466.bugfix.rst b/doc/changes/DM-54466.bugfix.rst deleted file mode 100644 index b3aa5fe5..00000000 --- a/doc/changes/DM-54466.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed bug that converts s3:// to s3:/. Changed code to only remove double slashes with subDirTemplate since we are guaranteed it is used as part of a path and doesn't include a scheme. diff --git a/doc/lsst.ctrl.bps/CHANGES.rst b/doc/lsst.ctrl.bps/CHANGES.rst index ae88b6a3..c31eb3cc 100644 --- a/doc/lsst.ctrl.bps/CHANGES.rst +++ b/doc/lsst.ctrl.bps/CHANGES.rst @@ -1,3 +1,12 @@ +lsst-ctrl-bps v30.0.6 (2026-04-06) +================================== + +New Features +------------ + +- Implemented ``wmsAttemptNum`` with generic WMS variable placeholders. (`DM-53292 `_) + + lsst-ctrl-bps v30.0.1 (2026-02-03) ==================================