Skip to content

Commit 9df1b9d

Browse files
committed
note protocol version numbers in changelog
1 parent 657203b commit 9df1b9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ Changes in Jupyter Client
77
5.0
88
===
99

10+
5.0.1
11+
-----
12+
13+
`5.0.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.0.1>`__
14+
15+
- Update internal protocol version number to 5.1,
16+
which should have been done in 5.0.0.
17+
1018
5.0.0
1119
-----
1220

1321
`5.0.0 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.0>`__
1422

1523
New features:
1624

25+
- Implement Jupyter protocol version 5.1.
1726
- Introduce :command:`jupyter run` command for running scripts with a kernel, for instance::
1827

1928
jupyter run --kernel python3 myscript.py

0 commit comments

Comments
 (0)