Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 29, 2024
1 parent c8d64eb commit 93c0912
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 24.10.30
- fix manual dosing updates in the UI not working.

### 24.10.29
- fix for workers being locked up

Expand Down
2 changes: 1 addition & 1 deletion pioreactorui/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def get_job_settings_for_worker(pioreactor_unit, job_name) -> ResponseReturnValu


@api.route(
"/api/jobs/settings/workers/<pioreactor_unit>/job_name/<job_name>/setting/<setting>",
"/jobs/settings/workers/<pioreactor_unit>/job_name/<job_name>/setting/<setting>",
methods=["GET"],
)
def get_job_setting_for_worker(pioreactor_unit, job_name, setting) -> ResponseReturnValue:
Expand Down
2 changes: 1 addition & 1 deletion pioreactorui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


# pioreactorui version
__version__ = "24.10.29"
__version__ = "24.10.30"

0 comments on commit 93c0912

Please sign in to comment.