Bump version to 2024.1.2
This commit is contained in:
parent
8a575fbf99
commit
172aa52e35
@ -29,7 +29,7 @@ import sys
|
||||
from pudb.settings import load_config
|
||||
|
||||
|
||||
NUM_VERSION = (2024, 1, 1)
|
||||
NUM_VERSION = (2024, 1, 2)
|
||||
VERSION = ".".join(str(nv) for nv in NUM_VERSION)
|
||||
__version__ = VERSION
|
||||
|
||||
|
@ -2594,7 +2594,7 @@ Error with jump. Note that jumping only works on the topmost stack frame.
|
||||
self.message("Package 'pygments' not found. "
|
||||
"Syntax highlighting disabled.")
|
||||
|
||||
WELCOME_LEVEL = "e047" # noqa
|
||||
WELCOME_LEVEL = "e048" # noqa
|
||||
if CONFIG["seen_welcome"] < WELCOME_LEVEL:
|
||||
CONFIG["seen_welcome"] = WELCOME_LEVEL
|
||||
from pudb import VERSION
|
||||
@ -2611,6 +2611,9 @@ Error with jump. Note that jumping only works on the topmost stack frame.
|
||||
"(invoked by hitting '?' after this message) should get you "
|
||||
"on your way.\n"
|
||||
|
||||
"\nChanges in version 2024.1.2:\n\n"
|
||||
"- Fix separate-terminal debugging (Matt Rixman)\n"
|
||||
|
||||
"\nChanges in version 2024.1.1:\n\n"
|
||||
"- Fix some urwid.util deprecation warnings\n"
|
||||
"- Redirect pudb warnings to console\n"
|
||||
|
Loading…
Reference in New Issue
Block a user