Skip to content

Commit deeba09

Browse files
committed
Bump version to 2025.1.5
1 parent bd33b86 commit deeba09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pudb/debugger.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ def event_loop(self, toplevel: urwid.Widget | None = None) -> object:
26972697
self.message("Package 'pygments' not found. "
26982698
"Syntax highlighting disabled.")
26992699

2700-
WELCOME_LEVEL = "e055" # noqa
2700+
WELCOME_LEVEL = "e056" # noqa
27012701
if CONFIG["seen_welcome"] < WELCOME_LEVEL:
27022702
CONFIG["seen_welcome"] = WELCOME_LEVEL
27032703
from pudb import VERSION
@@ -2714,6 +2714,9 @@ def event_loop(self, toplevel: urwid.Widget | None = None) -> object:
27142714
"(invoked by hitting '?' after this message) should get you "
27152715
"on your way.\n"
27162716

2717+
"\nChanges in version 2025.1.5:\n\n"
2718+
"- No changes; 2025.1.4 released via trusted publishing\n"
2719+
27172720
"\nChanges in version 2025.1.4:\n\n"
27182721
"- Work around compatibility break in urwid 3.0.4 "
27192722
"(reported by Marc Salat)\n"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pudb"
7-
version = "2025.1.4"
7+
version = "2025.1.5"
88
description = "A full-screen, console-based Python debugger"
99
readme = "README.rst"
1010
license = "MIT"

0 commit comments

Comments
 (0)