We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7004959 commit a53a215Copy full SHA for a53a215
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 = (4, 2, 1)
+version_info = (4, 3, 0)
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 = "4.2.1";
+ Jupyter.version = "4.3.0";
77
Jupyter._target = '_blank';
78
return Jupyter;
79
});
0 commit comments