Skip to content

Commit 9d6f659

Browse files
bump version
1 parent b0ed7ec commit 9d6f659

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Upcoming
1+
### 24.5.22
22

33
#### Enhancements
44
- 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._

pioreactor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Append ".dev0" if a dev version
88
# Append "rc0" if a rc version
99
# No zero padding!
10-
__version__ = "24.5.13.dev0"
10+
__version__ = "24.5.22"
1111

1212

1313
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:

0 commit comments

Comments
 (0)