Skip to content

Commit 7acb4e0

Browse files
committed
release 5.7.0
1 parent 5b115c2 commit 7acb4e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebook/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
# Downstream maintainer, when running `python.setup.py jsversion`,
77
# the version string is propagated to the JavaScript files, do not forget to
8-
# patch the JavaScript files in `.postN` release done by distributions.
8+
# patch the JavaScript files in `.postN` release done by distributions.
99

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

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

notebook/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
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.7.0.dev0";
76+
Jupyter.version = "5.7.0";
7777
Jupyter._target = '_blank';
7878
return Jupyter;
7979
});

0 commit comments

Comments
 (0)