File tree 5 files changed +14
-5
lines changed
jupyterlab_widgets/jupyterlab_widgets
widgetsnbextension/widgetsnbextension
5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '8.1.3 '
4
+ __version__ = '8.1.4 '
5
5
6
6
__protocol_version__ = '2.1.0'
7
7
__control_protocol_version__ = '1.0.0'
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ install_requires =
37
37
comm>=0.1.3
38
38
ipython>=6.1.0
39
39
traitlets>=4.3.1
40
- widgetsnbextension~=4.0.11
41
- jupyterlab_widgets~=3.0.11
40
+ widgetsnbextension~=4.0.12
41
+ jupyterlab_widgets~=3.0.12
42
42
43
43
[options.extras_require]
44
44
test =
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '3.0.11 '
4
+ __version__ = '3.0.12 '
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = '4.0.11 '
4
+ __version__ = '4.0.12 '
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ for f in $@
3
+ do
4
+ echo " $f "
5
+ echo md5: ` md5sum " $f " | awk ' {print $1}' `
6
+ echo sha1: ` sha1sum " $f " | awk ' {print $1}' `
7
+ echo sha256: ` sha256sum " $f " | awk ' {print $1}' `
8
+ echo
9
+ done
You can’t perform that action at this time.
0 commit comments