Skip to content

Commit b551572

Browse files
committed
release 4.0.6
1 parent 6efb114 commit b551572

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, 6, 'dev')
1+
version_info = (4, 0, 6)
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.6.dev";
78+
Jupyter.version = "4.0.6";
7979
Jupyter._target = '_blank';
8080
return Jupyter;
8181
});

0 commit comments

Comments
 (0)