Skip to content

Commit 024cbb9

Browse files
committed
next release is 8.7
1 parent d1ec492 commit 024cbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def _session_changed(self, change: t.Any) -> None:
439439

440440
@default("extract_header_dates")
441441
def _extract_header_dates_default(self):
442-
msg = """Session.extract_header_dates = True is deprecated in jupyter-client 8.6
442+
msg = """Session.extract_header_dates = True is deprecated in jupyter-client 8.7
443443
444444
set cfg.Session.extract_header_dates = False
445445
or JUPYTER_SESSION_EXTRACT_HEADER_DATES=0

0 commit comments

Comments
 (0)