From 51e0242ae4abcbad7eede7a4846a8189ddf0dde9 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 2 Dec 2025 20:35:10 +0000 Subject: [PATCH] Remove the beta message. --- src/manage/commands.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/manage/commands.py b/src/manage/commands.py index 37d3e1d..0ffb8f5 100644 --- a/src/manage/commands.py +++ b/src/manage/commands.py @@ -39,10 +39,6 @@ WELCOME = f"""!B!Python install manager was successfully updated to {__version__}.!W! - -This is a beta release, send feedback to https://github.com/python/pymanager -Changes include improvements to the first run experience, support for '!G!pythonw!W!' -commands in shebangs, and reduced space taken by the per-version launchers. """ # The 'py help' or 'pymanager help' output is constructed by these default docs,