Skip to content

Commit

Permalink
Publish 0.5.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trungleduc committed Aug 25, 2023
1 parent e854c30 commit f308cfb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,26 @@ voila --token=my-secret-token notebook.ipynb

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

## 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)

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

## 0.5.0

([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0rc0...96bffae6b5885b2bfd80983cf7026e177270ff80))
Expand All @@ -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)

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

## 0.5.0rc0

([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0b1...8a46a250263e2d54ed252fdf01ba2e9be573f59d))
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.0",
"version": "2.3.1",
"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.0",
"version": "0.5.1",
"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.0"
__version__ = "0.5.1"

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

0 comments on commit f308cfb

Please sign in to comment.