We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e33ba commit 21b9569Copy full SHA for 21b9569
docs/messaging.rst
@@ -21,7 +21,7 @@ Versioning
21
22
The Jupyter message specification is versioned independently of the packages
23
that use it.
24
-The current version of the specification is 5.2.
+The current version of the specification is 5.3.
25
26
.. note::
27
*New in* and *Changed in* messages in this document refer to versions of the
jupyter_client/_version.py
@@ -1,5 +1,5 @@
1
version_info = (5, 1, 0)
2
__version__ = '.'.join(map(str, version_info))
3
4
-protocol_version_info = (5, 2)
+protocol_version_info = (5, 3)
5
protocol_version = "%i.%i" % protocol_version_info
0 commit comments