From 952ea1550e4523ee80aabd506f6ae446ca27e065 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Mon, 28 Oct 2024 11:48:24 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 4 ++++ pioreactorui/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b7619e..fea2383e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 24.10.28 + - fix for env bug + + ### 24.10.16 and 24.10.20 - New dataset exports from the Export data page in the UI: calibrations and liquid-volumes. - Added a "partition by unit" option to the Export data page that will create a csv per Pioreactor in the export, instead of grouping them all together. diff --git a/pioreactorui/version.py b/pioreactorui/version.py index 11e53b05..e9579aa3 100644 --- a/pioreactorui/version.py +++ b/pioreactorui/version.py @@ -3,4 +3,4 @@ # pioreactorui version -__version__ = "24.10.20" +__version__ = "24.10.28"