Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 31, 2023
1 parent 10bed3c commit b16c11e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Upcoming
### 23.7.31

- Using builtin PID controller logic, instead of a 3rd party library. This shouldn't require any updates to PID code or parameters.
- Better error handling when the PioreactorUI API can't be reached.
Expand All @@ -8,7 +8,8 @@
- `pio rm` now asks for confirmation before executing.
- Some minor noise reduction in OD reading job.
- Plugins can be built with a flag file LEADER_ONLY to only be installed on the leader Pioreactor.
- **Breaking**: Light/Dark cycle LED automation uses minutes instead of hours now!
- Stirring now pauses and restart duing OD calibration. Thanks @odcambc!
- **Breaking**: Light/Dark cycle LED automation uses minutes instead of hours now! Thanks @c-bun!

### 23.6.27

Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Append "dev" if a dev version
# Append "rc0" if a rc version
__version__ = "23.6.27.dev"
__version__ = "23.7.31"


def _get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
Expand Down
9 changes: 9 additions & 0 deletions update_scripts/32.7.31/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -x
set -e

export LC_ALL=C

wget -O /usr/local/bin/install_pioreactor_plugin.sh https://raw.githubusercontent.com/Pioreactor/CustoPiZer/13fe0f/workspace/scripts/files/bash/install_pioreactor_plugin.sh
wget -O /usr/local/bin/uninstall_pioreactor_plugin.sh https://raw.githubusercontent.com/Pioreactor/CustoPiZer/13fe0f/workspace/scripts/files/bash/uninstall_pioreactor_plugin.sh

0 comments on commit b16c11e

Please sign in to comment.