Skip to content

Commit

Permalink
Bump protocol version.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Nov 6, 2017
1 parent 42abb76 commit d748a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Versioning

The Jupyter message specification is versioned independently of the packages
that use it.
The current version of the specification is 5.2.
The current version of the specification is 5.3.

.. note::
*New in* and *Changed in* messages in this document refer to versions of the
Expand Down
2 changes: 1 addition & 1 deletion jupyter_client/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_info = (5, 1, 0)
__version__ = '.'.join(map(str, version_info))

protocol_version_info = (5, 2)
protocol_version_info = (5, 3)
protocol_version = "%i.%i" % protocol_version_info

0 comments on commit d748a48

Please sign in to comment.