Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Sep 19, 2023
1 parent 86092eb commit 4dcf30a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The previous change:
had an import error that I didn't see in my testing. We changed this further to:

- Base automations now subclass from `pioreactor.automations.base.AutomationJob`.

- Fix bug on /updates page.

### 23.9.19
- When installing plugins, any leader-only commands would not be run. This is fixed.
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.9.19dev"
__version__ = "23.9.20"


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

set -x
set -e

export LC_ALL=C

# this is a duplicate of 23.9.19

wget -O /usr/local/bin/install_pioreactor_plugin.sh https://raw.githubusercontent.com/Pioreactor/CustoPiZer/1d95fa4952398aab1dda09f8cc6d79a8e72197d4/workspace/scripts/files/bash/install_pioreactor_plugin.sh
sudo chown pioreactor:pioreactor /home/pioreactor/.pioreactor/experiment_profiles/demo_stirring_example.yaml || true

0 comments on commit 4dcf30a

Please sign in to comment.