update JS version number as well

This commit is contained in:
Thomas Kluyver 2018-01-16 16:58:09 +00:00
parent f73b6ab987
commit e3a8cf0b83

View File

@ -73,7 +73,7 @@ define(function(){
// tree
jglobal('SessionList','tree/js/sessionlist');
Jupyter.version = "5.4.0.dev0";
Jupyter.version = "5.3.1";
Jupyter._target = '_blank';
return Jupyter;
});