Skip to content

Commit e946154

Browse files
committed
Release 6.1.5
1 parent 3cec4bb commit e946154

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 = (6, 1, 4)
12+
version_info = (6, 1, 5)
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 = "6.1.4";
76+
Jupyter.version = "6.1.5";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)