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 3d18951 commit 652d30a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Upcoming
### 23.9.19
- When installing plugins, any leader-only commands would not be run. This is fixed.
- Base automations now subclass from `pioreactor.automations.BaseAutomationJob`. You may need to change custom automation imports from, for example, `from pioreactor.automations import DosingAutomationJobContrib` to `from pioreactor.automations.dosing.base import DosingAutomationJobContrib`
- Fixed bug that ignored `.yml` files in the UI.
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.8.29dev"
__version__ = "23.9.19"


def _get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
Expand Down
File renamed without changes.

0 comments on commit 652d30a

Please sign in to comment.