Skip to content

Commit

Permalink
Release: ipwyidgets 8.0.5, jupyterlab_widgets 3.0.6, widgetsnbextensi…
Browse files Browse the repository at this point in the history
…on 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
  • Loading branch information
maartenbreddels committed Mar 21, 2023
1 parent 87ff6e9 commit e50d3e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/dev_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ Using the above script, you can do:
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:

```
git tag 8.0.4
git push origin main 8.0.4
git tag 8.0.5
git push origin main 8.0.5
```

Update conda-forge packages (if the requirements changed to ipywidgets, make sure to update widgetsnbextension first).
Expand Down
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.0.4'
__version__ = '8.0.5'

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

0 comments on commit e50d3e4

Please sign in to comment.