From 1587e7bfa2a87b71be568a20e385dd9d8da6e2ae Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 28 Aug 2023 17:40:11 +0000 Subject: [PATCH] Publish 0.4.6 SHA256 hashes: voici-0.4.6-py3-none-any.whl: f8811740304ea79dc42cc0b8881775ac280ad80753d8970240aef71dc5364367 voici-0.4.6.tar.gz: 0b549c6f19a271e19cd5c45afef1901f9e13d91426db306b4dd6e6c045007acc voila-dashboards-voici-0.4.6.tgz: d6a312ed4523162337abf4f1d80d672f5fd866b518596cc175905824c273464d --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- packages/voici/package.json | 2 +- voici/_version.py | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) 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(