Skip to content

Commit daa7b1c

Browse files
Publish 0.3.2
SHA256 hashes: voila-0.3.2-py3-none-any.whl: ac29ac7278df2f5979b8a91c19655c8e450fa9077fa4b8134dc1e44f2befbbb5 voila-0.3.2.tar.gz: ecee8a12a991f8534ff802592c5bd6acb4acdbc420b229d740e732db2312a66f voila-dashboards-jupyterlab-preview-2.1.2.tgz: e4b6cb2c2af15dd9c3a20bbb23a0daa22f30661d1046655b691ea3e11f8f71a6
1 parent 9e51a85 commit daa7b1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0, 3, 1, "final", 0
2+
current_version = 0, 3, 2, "final", 0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)

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.1.1",
3+
"version": "2.1.2",
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.3.1",
4+
"version": "0.3.2",
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
@@ -17,7 +17,7 @@
1717
)
1818

1919
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
20-
version_info = VersionInfo(0, 3, 1, "final", 0)
20+
version_info = VersionInfo(0, 3, 2, "final", 0)
2121

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

0 commit comments

Comments
 (0)