We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d4ed5 commit f9195b2Copy full SHA for f9195b2
notebook/_version.py
@@ -9,5 +9,5 @@
9
10
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
11
12
-version_info = (5, 7, 11)
+version_info = (5, 7, 12)
13
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
notebook/static/base/js/namespace.js
@@ -73,7 +73,7 @@ define(function(){
73
// tree
74
jglobal('SessionList','tree/js/sessionlist');
75
76
- Jupyter.version = "5.7.11";
+ Jupyter.version = "5.7.12";
77
Jupyter._target = '_blank';
78
return Jupyter;
79
});
0 commit comments