From 1df19c2e4a41ea23ddfaf4479eca718816769059 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 22 May 2026 17:21:34 +1000 Subject: [PATCH] chore(quantecon): track id 7 (cli-show-qe-version, #42) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Records PR #42 (`myst --version` now prints `v1.9.1 (qe-v6)`) as id 7 with squash SHA 95494e41 and `tag: null`. Fork-only tooling — no UPSTREAM-PRS.yml entry, no upstream story (the qe-version field has no meaning on a non-fork build). Holding `qe_version: qe-v6` for now; will cut qe-v7 standalone or batched with the next feature. Co-Authored-By: Claude Opus 4.7 (1M context) --- quantecon/VERSION.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quantecon/VERSION.yml b/quantecon/VERSION.yml index 3249ff8bc..aa6fd3a10 100644 --- a/quantecon/VERSION.yml +++ b/quantecon/VERSION.yml @@ -77,3 +77,10 @@ merged_features: local_pr: 40 merge_sha: a63d53f1 tag: qe-v6 + + - id: 7 + name: cli-show-qe-version + description: Show qe-vN identifier in `myst --version` output (fork-only tooling, not for upstream) + local_pr: 42 + merge_sha: 95494e41 + tag: null