Skip to content

Commit d34dfad

Browse files
committed
release 5.2.1
1 parent f755c96 commit d34dfad

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 = (5, 3, 0, ".dev0")
12+
version_info = (5, 2, 1)
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 = "5.3.0.dev0";
76+
Jupyter.version = "5.2.1";
7777
Jupyter._target = '_blank';
7878
return Jupyter;
7979
});

0 commit comments

Comments
 (0)