From 7a0837fa67a4473d2bac3804fcfa138f9a16f934 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 2 Apr 2024 15:10:47 -0400 Subject: [PATCH] new version --- CHANGELOG.md | 5 +++++ version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cacbe7..dae804b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 24.4.2 + - Major overhaul to experiments and inventory + - new API backend (docs: https://docs.pioreactor.com/developer-guide/web-ui-api#all-endpoints) + - Performance updates + ### 24.3.9 - performance improvements by using less backend calls diff --git a/version.py b/version.py index 1a240343..1e009878 100644 --- a/version.py +++ b/version.py @@ -3,4 +3,4 @@ # pioreactorui version -__version__ = "24.3.9" +__version__ = "24.4.2"