Skip to content

Commit

Permalink
Publish 0.5.4
Browse files Browse the repository at this point in the history
SHA256 hashes:

voila-0.5.4-py3-none-any.whl: f7cac4a94821de40d2834473e6d3bfd2000927407c5385486966434a2e1f6d98

voila-0.5.4.tar.gz: 216aee6f9daab24cb1b0cd366e4a599c08edb1e644867bdf3b1e5682c7084677

voila-dashboards-jupyterlab-preview-2.3.4.tgz: 08ec3c8b7e8cc69cc500a789c7fe8c6d52e74c8bfff81a888e9fbfb48d763c4c

voila-dashboards-voila-0.5.4.tgz: d9d1df9c98a2adb75a9d5f81c1f96c4c2a1cd0d0f89d0e3c3920b6f82037f421
  • Loading branch information
martinRenou committed Sep 18, 2023
1 parent 17d0ea3 commit c532d40
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ voila --token=my-secret-token notebook.ipynb

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.5.4

([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.3...17d0ea31942c61a68d06be75f4d3bd0e6ce1eb5d))

### Bugs fixed

- Embed all `jupyterlab-manager` plugins [#1396](https://github.com/voila-dashboards/voila/pull/1396) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-09-13&to=2023-09-18&type=c))

[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-09-13..2023-09-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-09-13..2023-09-18&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-09-13..2023-09-18&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.5.3

([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.2...b38b9b80e3186294bfbdf77ecd1ff6eee245e408))
Expand All @@ -69,8 +85,6 @@ voila --token=my-secret-token notebook.ipynb

[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-09-04..2023-09-13&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-09-04..2023-09-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Apre-commit-ci+updated%3A2023-09-04..2023-09-13&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.5.2

([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.1...253ba77a00302e59b5a6093d7d635eff52690440))
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/jupyterlab-preview",
"version": "2.3.3",
"version": "2.3.4",
"description": "A JupyterLab preview extension for Voilà",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/voila/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/voila",
"version": "0.5.3",
"version": "0.5.4",
"description": "The Voilà Frontend",
"author": "Voilà contributors",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion voila/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.5.3"
__version__ = "0.5.4"

# PEP440 version parser
_version_regex = re.compile(
Expand Down

0 comments on commit c532d40

Please sign in to comment.