File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.4.0
6+
7+ ([ Full Changelog] ( https://github.com/voila-dashboards/voici/compare/v0.3.3...3fb43ef1d143a3e78939e7e35d293cda01d58867 ) )
8+
9+ ### Enhancements made
10+
11+ - Update CLI [ #65 ] ( https://github.com/voila-dashboards/voici/pull/65 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
12+
13+ ### Documentation improvements
14+
15+ - Update readme [ #66 ] ( https://github.com/voila-dashboards/voici/pull/66 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
16+ - Add badges to the README [ #64 ] ( https://github.com/voila-dashboards/voici/pull/64 ) ([ @jtpio ] ( https://github.com/jtpio ) )
17+
18+ ### Contributors to this release
19+
20+ ([ GitHub contributors page for this release] ( https://github.com/voila-dashboards/voici/graphs/contributors?from=2023-04-13&to=2023-04-18&type=c ) )
21+
22+ [ @github-actions ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2023-04-13..2023-04-18&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-04-13..2023-04-18&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-04-13..2023-04-18&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Atrungleduc+updated%3A2023-04-13..2023-04-18&type=Issues )
23+
24+ <!-- <END NEW CHANGELOG ENTRY> -->
25+
526## 0.3.3
627
728(
[ Full Changelog
] ( https://github.com/voila-dashboards/voici/compare/@voila-dashboards/[email protected] ) )
3051
3152[ @jtpio ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-04-12..2023-04-13&type=Issues )
3253
33- <!-- <END NEW CHANGELOG ENTRY> -->
34-
3554## 0.3.2
3655
3756(
[ Full Changelog
] ( https://github.com/voila-dashboards/voici/compare/@voila-dashboards/[email protected] ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @voila-dashboards/voici" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " The Voici Frontend" ,
55 "author" : " Voilà contributors" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1515from collections import namedtuple
1616
1717# Use "hatch version xx.yy.zz" to handle version changes
18- __version__ = "0.3.3 "
18+ __version__ = "0.4.0 "
1919
2020# PEP440 version parser
2121_version_regex = re .compile (
You can’t perform that action at this time.
0 commit comments