From e50d3e4abb387584072041610aeb379bd3bcbe26 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Tue, 21 Mar 2023 16:11:38 +0100 Subject: [PATCH] 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 --- docs/source/dev_release.md | 4 ++-- python/ipywidgets/ipywidgets/_version.py | 2 +- python/jupyterlab_widgets/jupyterlab_widgets/_version.py | 2 +- python/widgetsnbextension/widgetsnbextension/_version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/dev_release.md b/docs/source/dev_release.md index b43e02c7a6..c0bef61fcf 100644 --- a/docs/source/dev_release.md +++ b/docs/source/dev_release.md @@ -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). diff --git a/python/ipywidgets/ipywidgets/_version.py b/python/ipywidgets/ipywidgets/_version.py index 1ce5afafa1..6d7efa3bba 100644 --- a/python/ipywidgets/ipywidgets/_version.py +++ b/python/ipywidgets/ipywidgets/_version.py @@ -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' diff --git a/python/jupyterlab_widgets/jupyterlab_widgets/_version.py b/python/jupyterlab_widgets/jupyterlab_widgets/_version.py index 9557294f58..2682947066 100644 --- a/python/jupyterlab_widgets/jupyterlab_widgets/_version.py +++ b/python/jupyterlab_widgets/jupyterlab_widgets/_version.py @@ -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' diff --git a/python/widgetsnbextension/widgetsnbextension/_version.py b/python/widgetsnbextension/widgetsnbextension/_version.py index b127cd0f46..f5d9db3230 100644 --- a/python/widgetsnbextension/widgetsnbextension/_version.py +++ b/python/widgetsnbextension/widgetsnbextension/_version.py @@ -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'