From ae7aaaf0fa6f8752dca30420c8bcdfe881d0702c Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Wed, 29 Jul 2026 11:21:32 -0500 Subject: [PATCH] Update CORE_COMMIT to new commit hash This adds support for larger brandlogos (which allow for better social media cards) --- pretext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretext/__init__.py b/pretext/__init__.py index ff185d3e..05c4944b 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -18,7 +18,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "eec74773ac46acb74bb423b7b216d64b2416ee27" +CORE_COMMIT = "1939b8c6c1cef11fb1c582ff69f49ce2ea8cfd27" def activate() -> None: