Skip to content

Commit 052b9b8

Browse files
committed
Publish 0.4.0rc0
SHA256 hashes: voila-0.4.0rc0-py3-none-any.whl: 84674a15318f96609b1a10b1d505138cfe810f5ad78d5531b4b3ab4e39cb402d voila-0.4.0rc0.tar.gz: dbeb1175b4d481b4b22ad6b2c7fe660514e3995bca29dd5a1e43f16ccbdbccfd voila-dashboards-jupyterlab-preview-2.2.0-rc.0.tgz: c5c1f70193722c1122a4d7b59f222c85c07485edc04908197ce8b71aa56247c4
1 parent b7cdabc commit 052b9b8

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

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

5-
## 0.4.0b0
5+
## 0.4.0rc0
66

7-
No merged PRs
7+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.4.0b0...b7cdabcbf3df3d340bc9b7b142310a178017ed02))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Remove pin on `jupyter_releaser` [#1232](https://github.com/voila-dashboards/voila/pull/1232) ([@jtpio](https://github.com/jtpio))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2022-10-06&to=2022-10-11&type=c))
16+
17+
[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2022-10-06..2022-10-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2022-10-06..2022-10-11&type=Issues)
818

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

21+
## 0.4.0b0
22+
23+
No merged PRs
24+
1125
## 0.4.0a2
1226

1327
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.4.0a1...82445875ab5e6b2031a05ad15ea0b53b6166a876))

packages/jupyterlab-preview/package.json

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

packages/voila/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voila-dashboards/voila",
33
"private": true,
4-
"version": "0.4.0-beta.0",
4+
"version": "0.4.0-rc.0",
55
"description": "The Voilà Frontend",
66
"author": "Voilà contributors",
77
"license": "BSD-3-Clause",

voila/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from collections import namedtuple
1616

1717
# Use "hatch version xx.yy.zz" to handle version changes
18-
__version__ = "0.4.0b0"
18+
__version__ = "0.4.0rc0"
1919

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

0 commit comments

Comments
 (0)