From 17c3e6762108660c7c595aa996b2e9f71097172a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:53:02 -0600 Subject: [PATCH] Update version_branch.yml --- .github/workflows/version_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index 5de48a1..f2dabc3 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -343,7 +343,7 @@ root = Path(".").resolve() # Use escape sequences only. Do not introduce literal tab characters. header_re = re.compile(r"(?im)(VERSION[ \t]*:[ \t]*)([0-9]{2}[.][0-9]{2}[.][0-9]{2})") -manifest_marker_re = re.compile(r"(?is))([^<]*?)()") xml_date_res = [ re.compile(r"(?is)()([^<]*?)()"),