Skip to content

Commit 57fcc41

Browse files
committed
Release 6.2.0
1 parent 24d4492 commit 57fcc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
1111

12-
version_info = (7, 0, 0, '.dev0')
12+
version_info = (6, 2, 0)
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

notebook/static/base/js/namespace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "7.0.0.dev0";
76+
Jupyter.version = "6.2.0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)