diff --git a/CHANGELOG.md b/CHANGELOG.md index aeca9f5..fa9bd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## 0.4.6 + +([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.5...0377a3b3068a315be6274b638b8f00e630249485)) + +### Enhancements made + +- Update xeus-python [#82](https://github.com/voila-dashboards/voici/pull/82) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Update jupyterlite packages [#90](https://github.com/voila-dashboards/voici/pull/90) ([@martinRenou](https://github.com/martinRenou)) + +### Documentation improvements + +- Update the demo to a nicer one [#87](https://github.com/voila-dashboards/voici/pull/87) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/voila-dashboards/voici/graphs/contributors?from=2023-07-20&to=2023-08-28&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2023-07-20..2023-08-28&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-07-20..2023-08-28&type=Issues) + + + ## 0.4.5 ([Full Changelog](https://github.com/voila-dashboards/voici/compare/@voila-dashboards/voici@0.4.4...429caa514b916cfd68786098633e7612517603ed)) @@ -20,8 +44,6 @@ [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2023-05-04..2023-07-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2023-05-04..2023-07-20&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2023-05-04..2023-07-20&type=Issues) - - ## 0.4.4 ([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.4.3...a8c9f8559318c28938f1b1a75c967a66b28e1f8f)) diff --git a/packages/voici/package.json b/packages/voici/package.json index 446bca5..879e0dc 100644 --- a/packages/voici/package.json +++ b/packages/voici/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/voici", - "version": "0.4.5", + "version": "0.4.6", "description": "The Voici Frontend", "author": "VoilĂ  contributors", "license": "BSD-3-Clause", diff --git a/voici/_version.py b/voici/_version.py index f892c4c..23cfd09 100644 --- a/voici/_version.py +++ b/voici/_version.py @@ -15,7 +15,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "0.4.5" +__version__ = "0.4.6" # PEP440 version parser _version_regex = re.compile(