You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go into the `python/ipywidgets` directory. 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.cfg` reference the new widgetsnbextension and jupyterlab_widgets version.
@@ -124,7 +121,13 @@ Using the above script, you can do:
124
121
./scripts/hashes python/jupyterlab_widgets/dist/*
125
122
```
126
123
127
-
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 master (and include the tag in the push).
124
+
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 master (and include the tag in the push), e.g:
125
+
126
+
```
127
+
git tag 8.0.4
128
+
git push origin master 8.0.4
129
+
```
130
+
128
131
129
132
Update conda-forge packages (if the requirements changed to ipywidgets, make sure to update widgetsnbextension first).
0 commit comments