mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
release 4.0.3
This commit is contained in:
parent
d055356ebe
commit
930415df3b
@ -1,2 +1,2 @@
|
||||
version_info = (4, 0, 2)
|
||||
version_info = (4, 0, 3)
|
||||
__version__ = '.'.join(map(str, version_info))
|
||||
|
@ -75,7 +75,7 @@ define(function(){
|
||||
jglobal('ClusterList','tree/js/clusterlist');
|
||||
jglobal('ClusterItem','tree/js/clusterlist');
|
||||
|
||||
Jupyter.version = "4.1.0.dev";
|
||||
Jupyter.version = "4.0.3";
|
||||
Jupyter._target = '_blank';
|
||||
return Jupyter;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user