Skip to content

Commit 767311e

Browse files
committed
ipywidgets 8.0.0a4, widgetsnbextension 4.0.0a2, jupyterlab_widgets 2.0.0a1
dist/ipywidgets-8.0.0a4-py3-none-any.whl md5: 249f68a967fb2eadfdacbb8174acf1f5 sha1: 9e79c77c5550d6c9422c4c54b17bce6b5a98c771 sha256: c9c38ec35a879db7abcc6c513e81290f3e7053f05bb5fb90a43558b1597b4e44 dist/ipywidgets-8.0.0a4.tar.gz md5: 51a9dd1bdd61c05e976c102a07f66653 sha1: d80a1d63db8a2f6e09ed5089fe384c3f3c253cb8 sha256: 749613a088b70b1468bdb86bcf2c5836a4cf2c012dbfe4432afaab251331de16 widgetsnbextension/dist/widgetsnbextension-4.0.0a2-py3-none-any.whl md5: dfe1b679a9ef95c26937f7815a1ccc1f sha1: 437f0625e667b055910db604d6a01ce4fdc7496b sha256: 80b6f65d7c8784e61db4161bfd082d503d6975ca6d3e88ea677854f41e79c1af widgetsnbextension/dist/widgetsnbextension-4.0.0a2.tar.gz md5: c496cb13e6ec5d1e10108279e9aca620 sha1: 04143706ace4b2dbaf641ddbdba0be2704a03187 sha256: 141167124d637a3b7328b5eb759036ec5e2040717e41593a43eee08b6a6f84f8 jupyterlab_widgets/dist/jupyterlab_widgets-2.0.0a1-py3-none-any.whl md5: 90b32111738d2e24eed4ad3731e58e11 sha1: c8a9115b2234e1ca2d6439ef028d4a79526ff8b9 sha256: 1226b9e35c148d488f93af2d4c023f370fba5505f17f564ac589e850a3465470 jupyterlab_widgets/dist/jupyterlab_widgets-2.0.0a1.tar.gz md5: c5b767aff59f3835e9800d5cc8e33448 sha1: 702495ea8609c522801acd6d630d4295431c9c46 sha256: 5c20ca1a0a2d5229c87edf700e2d91e5209c0cd3827b4b40f1bfa5823fe0d371
1 parent 3032850 commit 767311e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/source/dev_release.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rm -rf ipywidgets
1212
1313
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs yarn twine jupyterlab=3 jupyter-packaging
1414
conda activate releasewidgets
15+
pip install build
1516
1617
git clone git@github.com:jupyter-widgets/ipywidgets.git
1718
cd ipywidgets
@@ -59,7 +60,6 @@ Lerna will prompt you for version numbers for each of the changed npm packages i
5960

6061
Go into the `jupyterlab_widgets` directory. Change `jupyterlab_widgets/_version.py` to reflect the new version number.
6162
```
62-
pip install build
6363
python -m build
6464
twine upload dist/*
6565
```
@@ -73,7 +73,6 @@ curl -s https://pypi.org/pypi/jupyterlab-widgets/json | jq -r '[.releases[][] |
7373

7474
Go into the `widgetsnbextension` directory. Change `widgetsnbextension/_version.py` to reflect the new version number.
7575
```
76-
pip install build
7776
python -m build
7877
twine upload dist/*
7978
```
@@ -88,7 +87,6 @@ curl -s https://pypi.org/pypi/widgetsnbextension/json | jq -r '[.releases[][] |
8887
Change `ipywidgets/_version.py` to reflect the new version number, and if necessary, a new `__html_manager_version__`. Change the `install_requires` parameter in `setup.py` reference the new widgetsnbextension version.
8988

9089
```
91-
pip install build
9290
python -m build
9391
twine upload dist/*
9492
```

ipywidgets/_version.py

+1-1
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.0a3'
4+
__version__ = '8.0.0a4'
55

66
__protocol_version__ = '2.0.0'
77

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__ = '2.0.0a0'
4+
__version__ = '2.0.0a1'
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.0a1'
4+
__version__ = '4.0.0a2'

0 commit comments

Comments
 (0)