Skip to content

Commit 9721288

Browse files
Pigbibicodex
andcommitted
chore(qsl): bump compat bundle to 2026.07.1
Co-Authored-By: Codex <noreply@openai.com>
1 parent f59394e commit 9721288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ artifact_contract = "docs/advisory_contract.md"
77
snapshot_contract = "docs/architecture.md"
88

99
[qsl.compat]
10-
bundle = "2026.07.0"
10+
bundle = "2026.07.1"

tests/test_qsl_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def test_qsl_metadata_has_compat_bundle() -> None:
1616
assert qsl["ring"] == 2
1717
assert qsl.get("repo") == "QuantAdvisorResearch"
1818
compat = qsl["compat"]
19-
assert compat["bundle"] == "2026.07.0"
19+
assert compat["bundle"] == "2026.07.1"
2020
assert qsl.get("artifact_contract") == "docs/advisory_contract.md"
2121
assert qsl.get("snapshot_contract") == "docs/architecture.md"

0 commit comments

Comments
 (0)