Skip to content

Commit 0600d6a

Browse files
committed
4.0.4
1 parent caea335 commit 0600d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (4, 0, 3)
1+
version_info = (4, 0, 4)
22
__version__ = '.'.join(map(str, version_info))

notebook/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ define(function(){
7575
jglobal('ClusterList','tree/js/clusterlist');
7676
jglobal('ClusterItem','tree/js/clusterlist');
7777

78-
Jupyter.version = "4.0.3";
78+
Jupyter.version = "4.0.4";
7979
Jupyter._target = '_blank';
8080
return Jupyter;
8181
});

0 commit comments

Comments
 (0)