From bef7ab08592008e33ae54b52fc93ee34209d4248 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Wed, 8 Nov 2023 11:38:39 -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 703995b7..8ca14a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Upcoming +### 23.11.08 - fix bug in `timeout` in `Stirrer.block_until_rpm_is_close_to_target` that wasn't using time correctly. - Workers can now also be the local-access-point (aka the "router" in a network). Previously only leaders could. diff --git a/pioreactor/version.py b/pioreactor/version.py index 8faa9349..f898994f 100644 --- a/pioreactor/version.py +++ b/pioreactor/version.py @@ -5,7 +5,7 @@ # Append "dev" if a dev version # Append "rc0" if a rc version -__version__ = "23.10.23dev" +__version__ = "23.11.08" def _get_hardware_version() -> tuple[int, int] | tuple[int, int, str]: