From bac81d31364ce49cf4150a58a93bdee24e79fbdf Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 4 Jun 2026 16:25:38 +0100 Subject: [PATCH] Update welcome message for 26.3b1 --- src/manage/commands.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/manage/commands.py b/src/manage/commands.py index a9f5504..f437619 100644 --- a/src/manage/commands.py +++ b/src/manage/commands.py @@ -40,9 +40,8 @@ WELCOME = f"""!B!Python install manager was successfully updated to {__version__}.!W! -Indexes can now be signed to provide tamper detection. When an index signature -is found to be invalid, the operation will be aborted without modifying your system. -See !B!{HELP_URL}#index-signatures!W! for more information. +Additional shebang configuration is now available. Please see +!B!{HELP_URL}#shebang-lines!W! for more information. """ # The 'py help' or 'pymanager help' output is constructed by these default docs,