Skip to content

Commit

Permalink
Release: ipywidgets 8.1.2, widgetsnbextension 4.0.10, jupyterlab_widg…
Browse files Browse the repository at this point in the history
…ets 3.0.10

python/ipywidgets/dist/ipywidgets-8.1.2-py3-none-any.whl
md5: f21659829c54fb8890a3cf49831137ca
sha1: 70f37763078c7be3527d8168d6dc2e59eab1c24b
sha256: bbe43850d79fb5e906b14801d6c01402857996864d1e5b6fa62dd2ee35559f60

python/ipywidgets/dist/ipywidgets-8.1.2.tar.gz
md5: b9109d47cb163a8a3047b54164c6bb59
sha1: 220b4f28fd6ccea66e335bc7d4923702efda5b4d
sha256: d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9

python/widgetsnbextension/dist/widgetsnbextension-4.0.10-py3-none-any.whl
md5: 3549039fc169ddc3172c51321f2cc254
sha1: 46caa8b670761520df7765d207eca908e4b9f7e8
sha256: d37c3724ec32d8c48400a435ecfa7d3e259995201fbefa37163124a9fcb393cc

python/widgetsnbextension/dist/widgetsnbextension-4.0.10.tar.gz
md5: f45cd31f525d5a471984ac3ef41f2ab5
sha1: 77961e05129f8d3de55a6b71d82e304850fefd67
sha256: 64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.10-py3-none-any.whl
md5: cd56f251df251e20b2ab8001d9b1152b
sha1: 6b79a881883d5ced68da628143723f80cfb1accf
sha256: dd61f3ae7a5a7f80299e14585ce6cf3d6925a96c9103c978eda293197730cb64

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.10.tar.gz
md5: 6c4f7e5f24c6166b330031647a27cc20
sha1: 8dccb9d33e0985eaa16b1ad676ab2da2c2ea1ae9
sha256: 04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0
  • Loading branch information
maartenbreddels committed Feb 8, 2024
1 parent e6ec1be commit 4d93d8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/ipywidgets/ipywidgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = '8.1.1'
__version__ = '8.1.2'

__protocol_version__ = '2.1.0'
__control_protocol_version__ = '1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions python/ipywidgets/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ install_requires =
comm>=0.1.3
ipython>=6.1.0
traitlets>=4.3.1
widgetsnbextension~=4.0.9
jupyterlab_widgets~=3.0.9
widgetsnbextension~=4.0.10
jupyterlab_widgets~=3.0.10

[options.extras_require]
test =
Expand Down
2 changes: 1 addition & 1 deletion python/jupyterlab_widgets/jupyterlab_widgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = '3.0.9'
__version__ = '3.0.10'
2 changes: 1 addition & 1 deletion python/widgetsnbextension/widgetsnbextension/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = '4.0.9'
__version__ = '4.0.10'

1 comment on commit 4d93d8e

@jtpio
Copy link
Member

@jtpio jtpio commented on 4d93d8e Feb 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I created the corresponding GitHub release, so it's easier to know what the latest stable version is directly from the home page of the repo: https://github.com/jupyter-widgets/ipywidgets/releases/tag/8.1.2

Please sign in to comment.