From a9a566e8f5f39506ea3034db76f531771396f1a0 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Sat, 18 Nov 2023 12:22:58 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- pioreactor/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015ca2a5..b7194d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Upcoming +### 23.11.18 - No more waiting around for growth-rate-calculating to get to "Ready" state - The "Label" step in the New Experiment flow is skipped if there is only 1 active Pioreactor in the cluster. - Silenced the "LED is locked" warning - now it's a DEBUG level message. diff --git a/pioreactor/version.py b/pioreactor/version.py index 7fba7a5b..c3edcf4f 100644 --- a/pioreactor/version.py +++ b/pioreactor/version.py @@ -6,7 +6,7 @@ # Append "dev" if a dev version # Append "rc0" if a rc version # No zero padding! -__version__ = "23.11.8dev" +__version__ = "23.11.18" def _get_hardware_version() -> tuple[int, int] | tuple[int, int, str]: