Skip to content

Commit

Permalink
🎉 Release of add-on JupyterLab 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed May 29, 2024
1 parent 33e0e3c commit 2fdac31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,10 @@ SOFTWARE.
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[influxdb-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.15.0
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.15.0/README.md
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.15.1
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.15.1/README.md
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.15.1-blue.svg
[jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
Expand Down
7 changes: 5 additions & 2 deletions jupyterlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

## ⬆️ Dependency updates

- ⬆️ Update SQLAlchemy to v2.0.30 @renovate ([#594](https://github.com/hassio-addons/addon-jupyterlab/pull/594))
- ⬆️ Update jupyterlab to v4.2.0 @renovate ([#595](https://github.com/hassio-addons/addon-jupyterlab/pull/595))
- ⬆️ Update scrapy to v2.11.2 @renovate ([#596](https://github.com/hassio-addons/addon-jupyterlab/pull/596))
- ⬆️ Update matplotlib to v3.9.0 @renovate ([#597](https://github.com/hassio-addons/addon-jupyterlab/pull/597))
- ⬆️ Update jupyterlab_widgets to v3.0.11 @renovate ([#601](https://github.com/hassio-addons/addon-jupyterlab/pull/601))
- ⬆️ Update jupyterlab to v4.2.1 @renovate ([#599](https://github.com/hassio-addons/addon-jupyterlab/pull/599))
- ⬆️ Update ipywidgets to v8.1.3 @renovate ([#600](https://github.com/hassio-addons/addon-jupyterlab/pull/600))
4 changes: 2 additions & 2 deletions jupyterlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ reproducible computing, based on the Jupyter Notebook and Architecture.
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.15.0
[release-shield]: https://img.shields.io/badge/version-v0.15.1-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.15.1
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
2 changes: 1 addition & 1 deletion jupyterlab/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: JupyterLab
version: 0.15.0
version: 0.15.1
slug: jupyterlablite
description: Create documents containing live code, equations, visualizations, and
explanatory text
Expand Down

0 comments on commit 2fdac31

Please sign in to comment.