Skip to content

Commit

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

voici-0.5.0a0-py3-none-any.whl: 617bb042125d665900ab55512ae68ff36aa0f0038d3949e4ccf52f0e2eb1e6ed

voici-0.5.0a0.tar.gz: 2dbfeb85f8b5f142b8b1c5668ed11e6c70cb9596ec76660df5a148517da657e5

voila-dashboards-voici-0.5.0-alpha.0.tgz: 2156098e8e1adbb3d242748db590e19b01716e12122b6d774064bb21f218ed51
  • Loading branch information
martinRenou committed Sep 29, 2023
1 parent 8573f88 commit 7e4dbb3
Show file tree
Hide file tree
Showing 4 changed files with 11,476 additions and 15,174 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.5.0a0

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.6...8573f886cc0235dceb1616e942a5873fe8d19289))

### Enhancements made

- Voila 0.5 migration [#89](https://github.com/voila-dashboards/voici/pull/89) ([@trungleduc](https://github.com/trungleduc))

### Maintenance and upkeep improvements

- Update galata bot [#93](https://github.com/voila-dashboards/voici/pull/93) ([@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-08-28&to=2023-09-29&type=c))

[@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 All @@ -24,8 +44,6 @@

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

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

## 0.4.5

([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.4...429caa514b916cfd68786098633e7612517603ed))
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.4.6",
"version": "0.5.0-alpha.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.4.6"
__version__ = "0.5.0a0"

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

0 comments on commit 7e4dbb3

Please sign in to comment.