File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 28
28
import sys
29
29
30
30
31
- NUM_VERSION = (2022 , 1 , 1 )
31
+ NUM_VERSION = (2022 , 1 , 2 )
32
32
VERSION = "." .join (str (nv ) for nv in NUM_VERSION )
33
33
__version__ = VERSION
34
34
Original file line number Diff line number Diff line change @@ -2442,7 +2442,7 @@ def event_loop(self, toplevel=None):
2442
2442
self .message ("Package 'pygments' not found. "
2443
2443
"Syntax highlighting disabled." )
2444
2444
2445
- WELCOME_LEVEL = "e042 " # noqa
2445
+ WELCOME_LEVEL = "e043 " # noqa
2446
2446
if CONFIG ["seen_welcome" ] < WELCOME_LEVEL :
2447
2447
CONFIG ["seen_welcome" ] = WELCOME_LEVEL
2448
2448
from pudb import VERSION
@@ -2459,6 +2459,9 @@ def event_loop(self, toplevel=None):
2459
2459
"(invoked by hitting '?' after this message) should get you "
2460
2460
"on your way.\n "
2461
2461
2462
+ "\n Changes in version 2022.1.2:\n \n "
2463
+ "- Various fixes\n "
2464
+
2462
2465
"\n Changes in version 2022.1.1:\n \n "
2463
2466
"- Fix ptpython shell invocation with nonempty argv (gh-510)\n "
2464
2467
"- Make some key bindings configurable (Cibin Mathew)\n "
You can’t perform that action at this time.
0 commit comments