From f308cfb9ad29394116c6a2c4bf221def60cf3882 Mon Sep 17 00:00:00 2001 From: trungleduc Date: Fri, 25 Aug 2023 08:30:09 +0000 Subject: [PATCH] Publish 0.5.1 SHA256 hashes: voila-0.5.1-py3-none-any.whl: 065ca5f43d8aa06296b56f77a0a76fdc4dbf53935ee74736ad7cf0b7af78a90c voila-0.5.1.tar.gz: 0fbd4e48e177493284668beb88dfbf79e04140ad4d1d75542d8e63e42f4764ed voila-dashboards-jupyterlab-preview-2.3.1.tgz: 313726c0289351cb16a424ed99ab97d3e0e0baec95b9eeb12c85f4fb55e63b66 voila-dashboards-voila-0.5.1.tgz: dde04fd7623ede050c37fe57f4c617c160cf5889e63711fd51bb9b8afd6aa09c --- CHANGELOG.md | 22 ++++++++++++++++++++-- packages/jupyterlab-preview/package.json | 2 +- packages/voila/package.json | 2 +- voila/_version.py | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b892413..d2052bf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,26 @@ voila --token=my-secret-token notebook.ipynb +## 0.5.1 + +([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0...e854c3047a1bba6d26b0a4bde07b52133c511d56)) + +### Bugs fixed + +- Add voila style to tree page [#1385](https://github.com/voila-dashboards/voila/pull/1385) ([@trungleduc](https://github.com/trungleduc)) + +### Documentation improvements + +- Add link to use the railway template [#1383](https://github.com/voila-dashboards/voila/pull/1383) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-08-17&to=2023-08-25&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-08-17..2023-08-25&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-08-17..2023-08-25&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-17..2023-08-25&type=Issues) + + + ## 0.5.0 ([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0rc0...96bffae6b5885b2bfd80983cf7026e177270ff80)) @@ -68,8 +88,6 @@ voila --token=my-secret-token notebook.ipynb [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-08-10..2023-08-17&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-10..2023-08-17&type=Issues) - - ## 0.5.0rc0 ([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0b1...8a46a250263e2d54ed252fdf01ba2e9be573f59d)) diff --git a/packages/jupyterlab-preview/package.json b/packages/jupyterlab-preview/package.json index 08112f6ea..ba2d157de 100644 --- a/packages/jupyterlab-preview/package.json +++ b/packages/jupyterlab-preview/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/jupyterlab-preview", - "version": "2.3.0", + "version": "2.3.1", "description": "A JupyterLab preview extension for Voilà", "keywords": [ "jupyter", diff --git a/packages/voila/package.json b/packages/voila/package.json index 639e06d23..7b4cd5f5a 100644 --- a/packages/voila/package.json +++ b/packages/voila/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/voila", - "version": "0.5.0", + "version": "0.5.1", "description": "The Voilà Frontend", "author": "Voilà contributors", "license": "BSD-3-Clause", diff --git a/voila/_version.py b/voila/_version.py index 9f6090554..8f234b33a 100644 --- a/voila/_version.py +++ b/voila/_version.py @@ -14,7 +14,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "0.5.0" +__version__ = "0.5.1" # PEP440 version parser _version_regex = re.compile(