From 9d6f659845b2bfce88d2d574f5ca74cb1d271790 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Wed, 22 May 2024 12:09:42 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- pioreactor/version.py | 2 +- update_scripts/{upcoming => 24.5.22}/pre_update.sh | 0 update_scripts/{upcoming => 24.5.22}/update.sh | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename update_scripts/{upcoming => 24.5.22}/pre_update.sh (100%) rename update_scripts/{upcoming => 24.5.22}/update.sh (100%) 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