Skip to content

Commit 39d72d3

Browse files
committed
Release ipywidgets 7.8.2
dist/ipywidgets-7.8.2-py2.py3-none-any.whl md5: b3d6fd408e9d18bda53d1a3927698818 sha1: b914c8644bd376fcc8ddf51932212c06a0c9f63d sha256: de9b0b0ab5238f107aee8429eb855121e825025aac556fec17d0bd51422aa256 dist/ipywidgets-7.8.2.tar.gz md5: 8fe00616837c7af4b8f0075c45df0cf5 dist/ipywidgets-7.8.2.tar.gz sha1: 87d58b3e0c1f7fda33ae6a68b4520a7c4bbc80b6 sha256: 282a550abab40831e08e1aab0b04aaf5c01494ff919faa44d3ac624f4cbc8fd0 widgetsnbextension/dist/widgetsnbextension-3.6.7-py2.py3-none-any.whl md5: d3c6e540d2129366bf7ca0a75a83e798 sha1: f7325116941b8304dfaaa64b93d4074e5e7d6705 sha256: 8a36ee7a3c12e273522c15206ee2bc4d6aad46b1944b697024f6bef828139df3 widgetsnbextension/dist/widgetsnbextension-3.6.7.tar.gz md5: d31f37596bc0b9ff99cc1db9588d2346 sha1: fb60727285e259b9f3b9e91b1d866d7e95464a5c sha256: 7eca1116ad1d6ce69ea3fb0a113c7453cb7175a30fd387fb820a348243dd96fb jupyterlab_widgets/dist/jupyterlab_widgets-1.1.8-py3-none-any.whl md5: 7e347ce887492654ce54145908f96853 sha1: 8aa5133efc21c87da6385aa5fdfa54f81340a345 sha256: 0c2bfb266b6da013710618ab1263f347a730503d197c4a9f447f293d186544a2 jupyterlab_widgets/dist/jupyterlab_widgets-1.1.8.tar.gz md5: 5eadd7e664131312c91e4ba659956915 sha1: 9c7f69af4222b02e69cc3e3a19b44244edea3c35 sha256: 3df97fed92fed52dd2e8de61d870eb692d3efcdb1b99ba7874ec738df97429f2
1 parent 5695ab2 commit 39d72d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ipywidgets/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
version_info = (7, 8, 1, 'final', 0)
4+
version_info = (7, 8, 2, 'final', 0)
55

66
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
77

jupyterlab_widgets/jupyterlab_widgets/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (1, 1, 7, 'final', 0)
1+
version_info = (1, 1, 8, 'final', 0)
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
# only if notebook 4.x is installed in this
117117
# interpreter, to allow ipywidgets to be
118118
# installed on bare kernels.
119-
'widgetsnbextension~=3.6.6'
119+
'widgetsnbextension~=3.6.7'
120120
]
121121

122122
extras_require = setuptools_args['extras_require'] = {

widgetsnbextension/widgetsnbextension/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (3, 6, 6, 'final', 0)
1+
version_info = (3, 6, 7, 'final', 0)
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

0 commit comments

Comments
 (0)