Skip to content

Commit b7e6f2f

Browse files
bump version
1 parent 2e8d11d commit b7e6f2f

File tree

11 files changed

+75
-2
lines changed

11 files changed

+75
-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+
### 26.1.30
22

33
#### Highlights
44

core/pioreactor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Append ".dev0" if a dev version
66
# Append "rc0" if a rc version
77
# No zero padding!
8-
__version__ = "26.1.29rc0"
8+
__version__ = "26.1.30"
99

1010

1111
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str] | None:
File renamed without changes.

core/update_scripts/upcoming/28_od_readings_fused.yaml renamed to core/update_scripts/26.1.30/28_od_readings_fused.yaml

File renamed without changes.

core/update_scripts/upcoming/calibration_curve_data_migration.py renamed to core/update_scripts/26.1.30/calibration_curve_data_migration.py

File renamed without changes.

core/update_scripts/upcoming/od_calibration_device_migration.py renamed to core/update_scripts/26.1.30/od_calibration_device_migration.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)