Skip to content

Commit 21b9569

Browse files
committed
Bump protocol version.
1 parent f0e33ba commit 21b9569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/messaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Versioning
2121

2222
The Jupyter message specification is versioned independently of the packages
2323
that use it.
24-
The current version of the specification is 5.2.
24+
The current version of the specification is 5.3.
2525

2626
.. note::
2727
*New in* and *Changed in* messages in this document refer to versions of the

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version_info = (5, 1, 0)
22
__version__ = '.'.join(map(str, version_info))
33

4-
protocol_version_info = (5, 2)
4+
protocol_version_info = (5, 3)
55
protocol_version = "%i.%i" % protocol_version_info

0 commit comments

Comments
 (0)