Skip to content

Commit ea975f4

Browse files
committed
Publish 0.5.0
SHA256 hashes: voila-0.5.0-py3-none-any.whl: b062970e8c756324409256bc879473a28bb317bd6f8af063ca2b41e4085d044b voila-0.5.0.tar.gz: 945978aa636b247ee8140c3676cf2acc9d5d8324dadee7c33e9f51c8c9de37ce voila-dashboards-jupyterlab-preview-2.3.0.tgz: 66648bc58dd1c8d792e8ccd98c69b91b959901d7339624b89456baeb69a4c7aa voila-dashboards-voila-0.5.0.tgz: 830eae5c53a9f3b859a914de2e7f40df274b8904c13a33f9d2332bae7c9062fa
1 parent 96bffae commit ea975f4

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ voila --token=my-secret-token notebook.ipynb
5353

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

56+
## 0.5.0
57+
58+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0rc0...96bffae6b5885b2bfd80983cf7026e177270ff80))
59+
60+
### Documentation improvements
61+
62+
- Add highlights section to changelog [#1382](https://github.com/voila-dashboards/voila/pull/1382) ([@trungleduc](https://github.com/trungleduc))
63+
- Update documentation [#1381](https://github.com/voila-dashboards/voila/pull/1381) ([@trungleduc](https://github.com/trungleduc))
64+
65+
### Contributors to this release
66+
67+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-08-10&to=2023-08-17&type=c))
68+
69+
[@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)
70+
71+
<!-- <END NEW CHANGELOG ENTRY> -->
72+
5673
## 0.5.0rc0
5774

5875
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.5.0b1...8a46a250263e2d54ed252fdf01ba2e9be573f59d))
@@ -75,8 +92,6 @@ voila --token=my-secret-token notebook.ipynb
7592

7693
[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-08-03..2023-08-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2023-08-03..2023-08-10&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-08-03..2023-08-10&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-03..2023-08-10&type=Issues)
7794

78-
<!-- <END NEW CHANGELOG ENTRY> -->
79-
8095
## 0.5.0b1
8196

8297
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.0-beta.0...a9c29a8f8f07f08ad165fc1bcbf87ca9bd09895e))

packages/jupyterlab-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.3.0-rc.0",
3+
"version": "2.3.0",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/voila",
3-
"version": "0.5.0-rc.0",
3+
"version": "0.5.0",
44
"description": "The Voilà Frontend",
55
"author": "Voilà contributors",
66
"license": "BSD-3-Clause",

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from collections import namedtuple
1515

1616
# Use "hatch version xx.yy.zz" to handle version changes
17-
__version__ = "0.5.0rc0"
17+
__version__ = "0.5.0"
1818

1919
# PEP440 version parser
2020
_version_regex = re.compile(

0 commit comments

Comments
 (0)