Skip to content

Commit

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

voici-0.5.0rc0-py3-none-any.whl: f20127d907d102e423243c5008f6792672bdf1ed5a5a490dae3a5ea9e7078c6d

voici-0.5.0rc0.tar.gz: a02c1ed33fadfc5288cd484254db9d2c6bd7eea29ef7ecd007d09ffee8889f64

voila-dashboards-voici-0.5.0-rc.0.tgz: 965d86dfbe5579f3b4d6724e1aee4884af801d7fd99f0c2594a62685c75f4809
  • Loading branch information
trungleduc committed Oct 31, 2023
1 parent dc6c1d0 commit bb66453
Show file tree
Hide file tree
Showing 4 changed files with 11,658 additions and 15,264 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,32 @@ Below are the major highlights in Voici 0.5.0

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

## 0.5.0rc0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.5.0a0...dc6c1d041083215e429ab0853d6e5d07b76756fa))

### Enhancements made

- Wait for service worker on start up [#97](https://github.com/voila-dashboards/voici/pull/97) ([@trungleduc](https://github.com/trungleduc))
- Bump jupyterlite [#96](https://github.com/voila-dashboards/voici/pull/96) ([@trungleduc](https://github.com/trungleduc))

### Maintenance and upkeep improvements

- Bump jupyterlite [#96](https://github.com/voila-dashboards/voici/pull/96) ([@trungleduc](https://github.com/trungleduc))
- Enable Playwright trace [#95](https://github.com/voila-dashboards/voici/pull/95) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Wait for service worker on start up [#97](https://github.com/voila-dashboards/voici/pull/97) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

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

[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2023-09-29..2023-10-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-09-29..2023-10-31&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Atrungleduc+updated%3A2023-09-29..2023-10-31&type=Issues)

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

## 0.5.0a0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.6...8573f886cc0235dceb1616e942a5873fe8d19289))
Expand All @@ -33,8 +59,6 @@ Below are the major highlights in Voici 0.5.0

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

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

## 0.4.6

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.5...0377a3b3068a315be6274b638b8f00e630249485))
Expand Down
2 changes: 1 addition & 1 deletion packages/voici/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/voici",
"version": "0.5.0-alpha.0",
"version": "0.5.0-rc.0",
"description": "The Voici Frontend",
"author": "Voilà contributors",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion voici/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.5.0a0"
__version__ = "0.5.0rc0"

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

0 comments on commit bb66453

Please sign in to comment.