Skip to content

Commit 2786aa6

Browse files
committed
Publish 0.4.0
SHA256 hashes: voici-0.4.0-py3-none-any.whl: 39b706f844b5a27c7a11530393f7bf2cc73183c59b9955aee311b6afccd704f7 voici-0.4.0.tar.gz: e12daf684846b1e4856c9511eb6b6d597a9416960ff6c92a1549bdb25efb16bb voila-dashboards-voici-0.4.0.tgz: 4cc7d1c2873148fdf4faed04d964dc58e3238c0ccd0e3847959e72ee255206ef
1 parent 3fb43ef commit 2786aa6

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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]))
@@ -30,8 +51,6 @@
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]))

packages/voici/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

voici/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from 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(

0 commit comments

Comments
 (0)