File tree 4 files changed +19
-5
lines changed
4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
- ## 0.4.0b0
5
+ ## 0.4.0rc0
6
6
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 )
8
18
9
19
<!-- <END NEW CHANGELOG ENTRY> -->
10
20
21
+ ## 0.4.0b0
22
+
23
+ No merged PRs
24
+
11
25
## 0.4.0a2
12
26
13
27
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/v0.4.0a1...82445875ab5e6b2031a05ad15ea0b53b6166a876 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/jupyterlab-preview" ,
3
- "version" : " 2.2.0-beta .0" ,
3
+ "version" : " 2.2.0-rc .0" ,
4
4
"description" : " A JupyterLab preview extension for Voilà" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/voila" ,
3
3
"private" : true ,
4
- "version" : " 0.4.0-beta .0" ,
4
+ "version" : " 0.4.0-rc .0" ,
5
5
"description" : " The Voilà Frontend" ,
6
6
"author" : " Voilà contributors" ,
7
7
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 15
15
from collections import namedtuple
16
16
17
17
# Use "hatch version xx.yy.zz" to handle version changes
18
- __version__ = "0.4.0b0 "
18
+ __version__ = "0.4.0rc0 "
19
19
20
20
# PEP440 version parser
21
21
_version_regex = re .compile (
You can’t perform that action at this time.
0 commit comments