Skip to content

Commit 9cf8348

Browse files
committed
Release: ipywidgets 8.1.1, widgetsnbextension 4.0.9, jupyterlab_widgets 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
1 parent 17f68ed commit 9cf8348

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/source/dev_release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Lerna will prompt you for version numbers for each of the changed npm packages i
6060
Go into the `python/jupyterlab_widgets` directory. Change `jupyterlab_widgets/_version.py` to reflect the new version number.
6161

6262
```
63-
(python/jupyterlab_widgets && pyproject-build . && twine upload dist/*)
63+
(cd python/jupyterlab_widgets && pyproject-build . && twine upload dist/*)
6464
```
6565

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

126126
```
127127
git add -p
128-
git commit -m "Release: ipywidgets 8.1.1, widgetsnbextension 4.0.9, jupyterlab_widgets 3.0.9"
128+
git commit -m "Release: ipywidgets 8.1.2, widgetsnbextension 4.0.10, jupyterlab_widgets 3.0.10"
129129
git commit --amend
130-
git tag 8.1.1
131-
git push origin main 8.1.1
130+
git tag 8.1.2
131+
git push origin main 8.1.2
132132
```
133133

134134
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.1.0'
4+
__version__ = '8.1.1'
55

66
__protocol_version__ = '2.1.0'
77
__control_protocol_version__ = '1.0.0'

python/ipywidgets/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install_requires =
3737
comm>=0.1.3
3838
ipython>=6.1.0
3939
traitlets>=4.3.1
40-
widgetsnbextension~=4.0.7
41-
jupyterlab_widgets~=3.0.7
40+
widgetsnbextension~=4.0.9
41+
jupyterlab_widgets~=3.0.9
4242

4343
[options.extras_require]
4444
test =
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.8'
4+
__version__ = '3.0.9'
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.8'
4+
__version__ = '4.0.9'

0 commit comments

Comments
 (0)