Skip to content

Commit e50d3e4

Browse files
Release: ipwyidgets 8.0.5, jupyterlab_widgets 3.0.6, widgetsnbextension 4.0.6
python/ipywidgets/dist/ipywidgets-8.0.5-py3-none-any.whl md5: 0c45e2947f7a5aebbc802bb8302d4d21 sha1: 97d9e1161431529fccecbea47d6b78acc20dd62f sha256: a6e5c0392f86207fae304688a670afb26b2fd819592cfc0812777c2fdf22dbad python/ipywidgets/dist/ipywidgets-8.0.5.tar.gz md5: d1c852894fb3b30eff4c70fe26f44d9c sha1: 6cd6e981e969ef05a3bb176946532dc292109642 sha256: 89a1930b9ef255838571a2415cc4a15e824e4316b8f067805d1d03b98b6a8c5f python/widgetsnbextension/dist/widgetsnbextension-4.0.6-py3-none-any.whl md5: e48b2698058de5b04928b5f0002f2a97 sha1: f477ba770e9380ef262d0ccc2f3f044e3c6ed6eb sha256: 7df2bffa274b0b416c1fa0789e321451858a9e276e1220b40a16cc994192e2b7 python/widgetsnbextension/dist/widgetsnbextension-4.0.6.tar.gz md5: 0ca64184f7242ab2e718a023d5a07154 sha1: 3731c5b34b51251dd080155acacb9b93e58a031d sha256: 1a07d06c881a7c16ca7ab4541b476edbe2e404f5c5f0cf524ffa2406a8bd7c80 python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.6-py3-none-any.whl md5: 83bc5df469a1359421ec8f16aefc2c99 sha1: 82e18ffa8fdac82cf50a73ffd48660a25790a158 sha256: e95d08adf4f9c37a57da5fff8a65d00480199885fd2ecd2583fd9560b594b4e9 python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.6.tar.gz md5: ba00bfdb452ae87f51482b02acef84b6 sha1: 406bfffba0d8e21d809e524491544f3cb4fb5086 sha256: a464d68a7b9ebabdc135196389381412a39503d89302be0867d0ff3b2428ebb8
1 parent 87ff6e9 commit e50d3e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/dev_release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Using the above script, you can do:
124124
Commit the changes you've made above, and include the uploaded files hashes in the commit message. Tag the release if ipywidgets was released. Push to origin `main` (and include the tag in the push), e.g:
125125

126126
```
127-
git tag 8.0.4
128-
git push origin main 8.0.4
127+
git tag 8.0.5
128+
git push origin main 8.0.5
129129
```
130130

131131
Update conda-forge packages (if the requirements changed to ipywidgets, make sure to update widgetsnbextension first).

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.4'
4+
__version__ = '8.0.5'
55

66
__protocol_version__ = '2.1.0'
77
__control_protocol_version__ = '1.0.0'
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.5'
4+
__version__ = '3.0.6'
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.5'
4+
__version__ = '4.0.6'

0 commit comments

Comments
 (0)