File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2567,7 +2567,7 @@ def event_loop(self, toplevel=None):
25672567 self .message ("Package 'pygments' not found. "
25682568 "Syntax highlighting disabled." )
25692569
2570- WELCOME_LEVEL = "e049 " # noqa
2570+ WELCOME_LEVEL = "e050 " # noqa
25712571 if CONFIG ["seen_welcome" ] < WELCOME_LEVEL :
25722572 CONFIG ["seen_welcome" ] = WELCOME_LEVEL
25732573 from pudb import VERSION
@@ -2584,6 +2584,11 @@ def event_loop(self, toplevel=None):
25842584 "(invoked by hitting '?' after this message) should get you "
25852585 "on your way.\n "
25862586
2587+ "\n Changes in version 2025.1:\n \n "
2588+ "- Fix compatibility with Urwid 3\n "
2589+ "- Allow leaving output screen with single key press "
2590+ "(Gerhard Sittig)\n "
2591+
25872592 "\n Changes in version 2024.1.3:\n \n "
25882593 "- Switch to hatchling build system\n "
25892594 "- Fix compatibility with Python 3.13\n "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pudb"
7- version = " 2024.1.3 "
7+ version = " 2025.1 "
88description = " A full-screen, console-based Python debugger"
99readme = " README.rst"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments