diff --git a/CHANGELOG.md b/CHANGELOG.md index 6955794..f2ae1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.7.1 + +([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.7.0...7547f1e15194bfb9356a383eeb42d906e9a2fc17)) + +### Maintenance and upkeep improvements + +- Update `jupyterlite-xeus` lower bound [#129](https://github.com/voila-dashboards/voici/pull/129) ([@jtpio](https://github.com/jtpio)) +- Update jupyterlite-xeus [#128](https://github.com/voila-dashboards/voici/pull/128) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/voila-dashboards/voici/graphs/contributors?from=2024-08-16&to=2024-09-17&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2024-08-16..2024-09-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2024-08-16..2024-09-17&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3AmartinRenou+updated%3A2024-08-16..2024-09-17&type=Issues) + + + ## 0.7.0 ([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.6.1...51703a7e9c4f487d73e6b2b1c9693951425a2c5d)) @@ -25,8 +42,6 @@ [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Agithub-actions+updated%3A2024-04-23..2024-08-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoici+involves%3Ajtpio+updated%3A2024-04-23..2024-08-16&type=Issues) - - ## 0.6.1 ([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.6.0...9f588308ea8a39aa0fc033f0f2595dd9b2b2f29b)) diff --git a/python/voici-core/voici_core/_version.py b/python/voici-core/voici_core/_version.py index 49e0fc1..a5f830a 100644 --- a/python/voici-core/voici_core/_version.py +++ b/python/voici-core/voici_core/_version.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.7.1" diff --git a/python/voici/voici/_version.py b/python/voici/voici/_version.py index 49e0fc1..a5f830a 100644 --- a/python/voici/voici/_version.py +++ b/python/voici/voici/_version.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.7.1"