From 9b7f6c362140017024c4e47653eac2d5153e4d89 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 28 Aug 2026 14:17:15 -0400 Subject: [PATCH] docs: the control commands ship in 1.3.0, not 1.2.3 The version hedge named 1.2.3, which was right when it was written. The release prepared since is 1.3.0: pyproject says 1.3.0 and the CHANGELOG credits #79 there, naming capture status and capture stop as shipping for the first time. PyPI is still on 1.2.2 and no v1.3.0 tag exists, so the hedge stays and only the number changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0be7a57..e62ac6e 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ capture info ./my-capture `capture status`, `capture stop`, `capture install-ffmpeg`, and the `status_recording` / `stop_recording` Python contract below are on `main` and -ship in 1.2.3. They are not in the -published 1.2.2 wheel, so install from source until 1.2.3 reaches PyPI: +ship in 1.3.0. They are not in the published 1.2.2 wheel, so install from +source until 1.3.0 reaches PyPI: ```bash pip install "openadapt-capture @ git+https://github.com/OpenAdaptAI/openadapt-capture"