Skip to content

Commit 95250d2

Browse files
Release: ipywidgets 8.0.6, widgetsnbextension 4.0.7, jupyterlab_widgets 3.0.7
python/ipywidgets/dist/ipywidgets-8.0.6-py3-none-any.whl md5: e0804b679edd4bcfc84a5b12c73aa823 sha1: 96ce32913179fef900746428ad7ecd24372ad403 sha256: a60bf8d2528997e05ac83fd19ea2fbe65f2e79fbe1b2b35779bdfc46c2941dcc python/ipywidgets/dist/ipywidgets-8.0.6.tar.gz md5: 0b130de1cf8cdb8b007127231c009b41 sha1: cede76f39ddd1747ba15a47b3968a83e3e5f4c2d sha256: de7d779f2045d60de9f6c25f653fdae2dba57898e6a1284494b3ba20b6893bb8 python/widgetsnbextension/dist/widgetsnbextension-4.0.7-py3-none-any.whl md5: 43e8d97a092dfa41fb65e525e497070f sha1: 3a6022d3cb04f9e43468f6bae53643a56dc35bcb sha256: be3228a73bbab189a16be2d4a3cd89ecbd4e31948bfdc64edac17dcdee3cd99c python/widgetsnbextension/dist/widgetsnbextension-4.0.7.tar.gz md5: 642a031fe8314449b232a2756a4231c4 sha1: 7fb0d6fa470e9369a85311b68f9958f86f4e59c3 sha256: ea67c17a7cd4ae358f8f46c3b304c40698bc0423732e3f273321ee141232c8be python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.7-py3-none-any.whl md5: 385659e7c7e898ac5289c81e9f96f257 sha1: 52588c844b7fda976da764579b34f269c842ed62 sha256: c73f8370338ec19f1bec47254752d6505b03601cbd5a67e6a0b184532f73a459 python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.7.tar.gz md5: efd7c62750491e7868e7ab15d3c9275d sha1: 7f64dd1a1e7a8038ffd02c940651e26e96a2cf43 sha256: c3a50ed5bf528a0c7a869096503af54702f86dda1db469aee1c92dc0c01b43ca
1 parent 80cef44 commit 95250d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

python/ipywidgets/ipywidgets/_version.py

Lines changed: 1 addition & 1 deletion
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__ = '8.0.5'
4+
__version__ = '8.0.6'
55

66
__protocol_version__ = '2.1.0'
77
__control_protocol_version__ = '1.0.0'

python/ipywidgets/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install_requires =
3737
ipykernel>=4.5.1
3838
ipython>=6.1.0
3939
traitlets>=4.3.1
40-
widgetsnbextension~=4.0
41-
jupyterlab_widgets~=3.0
40+
widgetsnbextension~=4.0.7
41+
jupyterlab_widgets~=3.0.7
4242

4343
[options.extras_require]
4444
test =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '3.0.6'
4+
__version__ = '3.0.7'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '4.0.6'
4+
__version__ = '4.0.7'

0 commit comments

Comments
 (0)