diff --git a/CHANGELOG.md b/CHANGELOG.md index 4315e98f6..8a68cbede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Upcoming +### 24.5.22 #### Enhancements - Significant performance increase by using `force_turbo=1` in the Raspberry Pi. Expect a noticeable improvement in interacting with the Pioreactor. This pushes the Pi to always run "hot" (but we aren't overclocking). This does slightly increase the Pi's internal temperature, so be wary about putting the Pioreactor in very hot environment. _This settings requires a reboot to take affect._ diff --git a/pioreactor/version.py b/pioreactor/version.py index 233e96e6c..c66cd1802 100644 --- a/pioreactor/version.py +++ b/pioreactor/version.py @@ -7,7 +7,7 @@ # Append ".dev0" if a dev version # Append "rc0" if a rc version # No zero padding! -__version__ = "24.5.13.dev0" +__version__ = "24.5.22" def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]: diff --git a/update_scripts/upcoming/pre_update.sh b/update_scripts/24.5.22/pre_update.sh similarity index 100% rename from update_scripts/upcoming/pre_update.sh rename to update_scripts/24.5.22/pre_update.sh diff --git a/update_scripts/upcoming/update.sh b/update_scripts/24.5.22/update.sh similarity index 100% rename from update_scripts/upcoming/update.sh rename to update_scripts/24.5.22/update.sh