Skip to content

Commit

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

voila-0.2.13-py3-none-any.whl: f11c2635ba0b340ac7c06b4a4d0bd8906be4df5d23c0cbb1c90c4191dd3eca75

voila-0.2.13.tar.gz: 4a0ec9b67604da43648d8fdff931b4fbcbd74953af9b87853b75fa5630a06721

voila-dashboards-jupyterlab-preview-2.0.5.tgz: 6c7a028d61ad7502c1cf4c49e309aa95e2ba40d44cd9b479a443434f94fcc203
  • Loading branch information
github-actions[bot] committed Sep 15, 2021
1 parent 18455cc commit b1b4d14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 2, 12, "final", 0
current_version = 0, 2, 13, "final", 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
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.0.4",
"version": "2.0.5",
"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.2.12",
"version": "0.2.13",
"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 @@ -17,7 +17,7 @@
)

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 2, 12, "final", 0)
version_info = VersionInfo(0, 2, 13, "final", 0)

_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

Expand Down

0 comments on commit b1b4d14

Please sign in to comment.