Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Feb 11, 2025
1 parent 6fa1a23 commit 2687051
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 25.2.10
- **UI Improvements**:
- Improved chart colors.
- Added the ability to choose the level of detail on the new Event Logs page.
- Ability to run multiple experiment profiles per experiment.
- Users can now specify which Pioreactor to update on the Updates page (available only with release archives)
- Introduced:
- `GET /unit_api/jobs/running/<job>`
- `GET /api/experiment_profiles/running/experiments/<experiment>`
- Fixed UI not displaying third-party calibrations.
- Fixed manual dosing issues in the UI.
- Fixed manual log recording in the UI.

### 25.1.21
- Bug fixes for the UI

Expand Down
1 change: 0 additions & 1 deletion pioreactorui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def query_temp_local_metadata_db(
cur = _get_temp_local_metadata_db_connection().execute(query, args)
rv = cur.fetchall()
cur.close()
print(rv)
return (rv[0] if rv else None) if one else rv


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__ = "25.1.21"
__version__ = "25.2.10"

0 comments on commit 2687051

Please sign in to comment.