Skip to content

Commit

Permalink
Publish 0.4.0rc0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtpio committed Oct 11, 2022
1 parent b7cdabc commit 052b9b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@

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

## 0.4.0b0
## 0.4.0rc0

No merged PRs
([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.4.0b0...b7cdabcbf3df3d340bc9b7b142310a178017ed02))

### Maintenance and upkeep improvements

- Remove pin on `jupyter_releaser` [#1232](https://github.com/voila-dashboards/voila/pull/1232) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2022-10-06&to=2022-10-11&type=c))

[@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)

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

## 0.4.0b0

No merged PRs

## 0.4.0a2

([Full Changelog](https://github.com/voila-dashboards/voila/compare/v0.4.0a1...82445875ab5e6b2031a05ad15ea0b53b6166a876))
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.2.0-beta.0",
"version": "2.2.0-rc.0",
"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,7 +1,7 @@
{
"name": "@voila-dashboards/voila",
"private": true,
"version": "0.4.0-beta.0",
"version": "0.4.0-rc.0",
"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 @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.4.0b0"
__version__ = "0.4.0rc0"

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

0 comments on commit 052b9b8

Please sign in to comment.