Skip to content

Commit

Permalink
ipywidgets 8.0.1, widgetsnbextension 4.0.1, jupyterlab_widgets 3.0.1
Browse files Browse the repository at this point in the history
We made sure all of the js packages had proper version bumps, then released
these patch versions.

python/ipywidgets/dist/ipywidgets-8.0.1-py3-none-any.whl
md5: 438bce07ea50b4fec773da5905e0a129
sha1: 9e08d06611df6125c02252f4cb2d7cee1448b1f4
sha256: fc0744df3a964ecfd68a6d2debe547fe89db252b8d7bb3db5740aba72edb0e6c

python/ipywidgets/dist/ipywidgets-8.0.1.tar.gz
md5: b3cb49139a4ca60aa30ecf71aa9f3240
sha1: a6ff9c8006176690f025035f6721c82ceb473ada
sha256: 1a296094203309e834f2781a275214d255ac5d266bbfa602f9f6915e1806614c

python/widgetsnbextension/dist/widgetsnbextension-4.0.1-py3-none-any.whl
md5: 42219061dd868fcbaa24fcf1e7e4bf86
sha1: 67b65ca55f2ada77b2fb4cdbe1d0a477831d1025
sha256: 169c35fa6a7e74f747cc9759e50adbad43890e130f69856086e507d9ab2597a3

python/widgetsnbextension/dist/widgetsnbextension-4.0.1.tar.gz
md5: 43614804f308e8749238fd3aa264e59a
sha1: 9ad4780d96658aec0e4cddf93ddbdce041ceab1f
sha256: bfa01945156f2bfd9a386bfc51b54ec5bfa26006d26bb75e5351e226f870fafb

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.1-py3-none-any.whl
md5: b881d3917e36c39dc1541087dc430f7b
sha1: 75ec90c249eb053ad7cfaad88038a07b5df4b832
sha256: 1b937f448bddf88576864b3fd189430d7a181994bd59a50280791285803b5e11

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.1.tar.gz
md5: 0b5d8d037df717a3a47824546878015d
sha1: b32adf06abf0216f52b58dbe023620a3d3c97fc3
sha256: c1de08193c29a3f0e73e4e8f3e04eb72d1e39dd417407974d55477e8d4421c78
  • Loading branch information
jasongrout committed Aug 18, 2022
1 parent 9bf6225 commit 3e6e99d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0.0'
__version__ = '8.0.1'

__protocol_version__ = '2.1.0'
__control_protocol_version__ = '1.0.0'
Expand All @@ -12,4 +12,4 @@
__jupyter_widgets_controls_version__ = '2.0.0'

# A compatible @jupyter-widgets/html-manager npm package semver range
__html_manager_version__ = '^1.0.0'
__html_manager_version__ = '^1.0.1'
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.0'
__version__ = '3.0.1'
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.0'
__version__ = '4.0.1'

0 comments on commit 3e6e99d

Please sign in to comment.