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