##// END OF EJS Templates
add version key to js message headers
MinRK -
Show More
@@ -57,7 +57,8 var IPython = (function (IPython) {
57 msg_id : utils.uuid(),
57 msg_id : utils.uuid(),
58 username : this.username,
58 username : this.username,
59 session : this.session_id,
59 session : this.session_id,
60 msg_type : msg_type
60 msg_type : msg_type,
61 version : "5.0"
61 },
62 },
62 metadata : metadata || {},
63 metadata : metadata || {},
63 content : content,
64 content : content,
General Comments 0
You need to be logged in to leave comments. Login now