diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff34993..290a40dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Upcoming +### 23.9.19 - When installing plugins, any leader-only commands would not be run. This is fixed. - Base automations now subclass from `pioreactor.automations.BaseAutomationJob`. You may need to change custom automation imports from, for example, `from pioreactor.automations import DosingAutomationJobContrib` to `from pioreactor.automations.dosing.base import DosingAutomationJobContrib` - Fixed bug that ignored `.yml` files in the UI. diff --git a/pioreactor/version.py b/pioreactor/version.py index eb3d42af..e5a15ef6 100644 --- a/pioreactor/version.py +++ b/pioreactor/version.py @@ -5,7 +5,7 @@ # Append "dev" if a dev version # Append "rc0" if a rc version -__version__ = "23.8.29dev" +__version__ = "23.9.19" def _get_hardware_version() -> tuple[int, int] | tuple[int, int, str]: diff --git a/update_scripts/upcoming/update.sh b/update_scripts/23.9.19/update.sh similarity index 100% rename from update_scripts/upcoming/update.sh rename to update_scripts/23.9.19/update.sh