Skip to content

Commit d89d52b

Browse files
Pigbibicodex
andauthored
chore(qsl): bump compat bundle to 2026.07.1 (#14)
Co-authored-by: Codex <noreply@openai.com>
1 parent be0c656 commit d89d52b

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
@@ -5,4 +5,4 @@ ring = 2
55
allow_legacy = false
66

77
[qsl.compat]
8-
bundle = "2026.07.0"
8+
bundle = "2026.07.1"

tests/test_qsl_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def test_qsl_metadata_has_compat_bundle() -> None:
1616
assert qsl["ring"] == 2
1717
assert qsl.get("repo") == "PoliticalEventTrackingResearch"
1818
compat = qsl["compat"]
19-
assert compat["bundle"] == "2026.07.0"
19+
assert compat["bundle"] == "2026.07.1"

0 commit comments

Comments
 (0)