Skip to content

Commit

Permalink
Release: ipywidgets 8.1.1, widgetsnbextension 4.0.9, jupyterlab_widge…
Browse files Browse the repository at this point in the history
…ts 3.0.9

python/ipywidgets/dist/ipywidgets-8.1.1-py3-none-any.whl
md5: be6caeaa9d864b82798cfbc7fbf1b9fb
sha1: b4c672eeedea96534ef4cf62209ea148c92cce25
sha256: 2b88d728656aea3bbfd05d32c747cfd0078f9d7e159cf982433b58ad717eed7f

python/ipywidgets/dist/ipywidgets-8.1.1.tar.gz
md5: 2809d1668037606caac588cab329bec
sha1: 95f7ec13e8ce75e2da40c1789b4af291946a6d99
sha256: 40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8

python/widgetsnbextension/dist/widgetsnbextension-4.0.9-py3-none-any.whl
md5: ac2760673371602f990bb24ac7925c5f
sha1: 067535b5d1738a4de0abb5f1219581a4a66d243c
sha256: 91452ca8445beb805792f206e560c1769284267a30ceb1cec9f5bcc887d15175

python/widgetsnbextension/dist/widgetsnbextension-4.0.9.tar.gz
md5: 73652ca02bb54d05744be2bf52221ac8
sha1: 32f09b9165b843f256e649db46ebae0869e7a2a9
sha256: 3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.9-py3-none-any.whl
md5: fc3c9f41000461dbdca2b965fcee37db
sha1: b10775bb3966af627bb44fbda4efb553b24a5b93
sha256: 3cf5bdf5b897bf3bccf1c11873aa4afd776d7430200f765e0686bd352487b58d

python/jupyterlab_widgets/dist/jupyterlab_widgets-3.0.9.tar.gz
md5: f47aec8ef29a33db57483d55d1ea1da3
sha1: a9fb29ee7b8921ef8ec2bd593a9001754f56a80f
sha256: 6005a4e974c7beee84060fdfba341a3218495046de8ae3ec64888e5fe19fdb4c
  • Loading branch information
martinRenou committed Sep 13, 2023
1 parent 17f68ed commit 9cf8348
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/source/dev_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Lerna will prompt you for version numbers for each of the changed npm packages i
Go into the `python/jupyterlab_widgets` directory. Change `jupyterlab_widgets/_version.py` to reflect the new version number.

```
(python/jupyterlab_widgets && pyproject-build . && twine upload dist/*)
(cd python/jupyterlab_widgets && pyproject-build . && twine upload dist/*)
```

Verify that the package is uploaded.
Expand Down Expand Up @@ -125,10 +125,10 @@ Commit the changes you've made above, and include the uploaded files hashes in t

```
git add -p
git commit -m "Release: ipywidgets 8.1.1, widgetsnbextension 4.0.9, jupyterlab_widgets 3.0.9"
git commit -m "Release: ipywidgets 8.1.2, widgetsnbextension 4.0.10, jupyterlab_widgets 3.0.10"
git commit --amend
git tag 8.1.1
git push origin main 8.1.1
git tag 8.1.2
git push origin main 8.1.2
```

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.1.0'
__version__ = '8.1.1'

__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.7
jupyterlab_widgets~=3.0.7
widgetsnbextension~=4.0.9
jupyterlab_widgets~=3.0.9

[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.8'
__version__ = '3.0.9'
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.8'
__version__ = '4.0.9'

0 comments on commit 9cf8348

Please sign in to comment.