Skip to content

Commit

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

voila-0.5.3-py3-none-any.whl: 941dc59750ac46cd40ae4e6d2b4fb0180635b79b61f9af4df75586da1b0c0d74

voila-0.5.3.tar.gz: 150b014f980d925d15bcb98ed27642600070ed4008aabd13d78aa7f90c4bf8c0

voila-dashboards-jupyterlab-preview-2.3.3.tgz: 533d94a5ce872bc87f88206fa16804433fc9cfa5dde15e922cb459dc0c18f579

voila-dashboards-voila-0.5.3.tgz: 0974fb396ebe50e065b3ecf73df340db559b87e7bca9cb2578d712c1babc4dc1
  • Loading branch information
martinRenou committed Sep 13, 2023
1 parent b38b9b8 commit f625a4d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ voila --token=my-secret-token notebook.ipynb

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

## 0.5.3

([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.2...b38b9b80e3186294bfbdf77ecd1ff6eee245e408))

### Bugs fixed

- Update jupyter-widgets front-end packages [#1393](https://github.com/voila-dashboards/voila/pull/1393) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

### Contributors to this release

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

[@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 All @@ -67,8 +85,6 @@ voila --token=my-secret-token notebook.ipynb

[@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-25..2023-09-04&type=Issues)

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

## 0.5.1

([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0...e854c3047a1bba6d26b0a4bde07b52133c511d56))
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.2",
"version": "2.3.3",
"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.2",
"version": "0.5.3",
"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.2"
__version__ = "0.5.3"

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

0 comments on commit f625a4d

Please sign in to comment.