From 83663dbbc6c8734f22c69dae6d510e0242514340 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 24 Jul 2023 11:14:42 +0000 Subject: [PATCH] Publish 0.9.1 SHA256 hashes: jupyterlite_sphinx-0.9.1-py3-none-any.whl: 6965a0736f49b4e7c604b41edf8df0ab266711f4f8b6e25b32f078cfb7e67d02 jupyterlite_sphinx-0.9.1.tar.gz: 81bc1bf8ecabfbf25dc89d200a072b345413f2f73f8c330ba044a9f38a1f7930 --- CHANGELOG.md | 18 ++++++++++++++++-- jupyterlite_sphinx/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fa647..c5f8d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.9.1 + +([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.9.0...97014e26a62170f0d468918b3dc6c4ceeca28c26)) + +### Bugs fixed + +- Remove Apps config auto-computation [#104](https://github.com/jupyterlite/jupyterlite-sphinx/pull/104) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2023-06-30&to=2023-07-24&type=c)) + +[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AmartinRenou+updated%3A2023-06-30..2023-07-24&type=Issues) + + + ## 0.9.0 ([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.8.0...e22a7e66b17cb87c499487f28761f4fa32f8b061)) @@ -30,8 +46,6 @@ [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2023-03-15..2023-06-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AmartinRenou+updated%3A2023-03-15..2023-06-30&type=Issues) - - ## 0.8.0 ([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/0.7.3...51e489426a2e0026bcbc7207c87764bcd936d78b)) diff --git a/jupyterlite_sphinx/__init__.py b/jupyterlite_sphinx/__init__.py index 6a89ed2..3265d9f 100644 --- a/jupyterlite_sphinx/__init__.py +++ b/jupyterlite_sphinx/__init__.py @@ -1,3 +1,3 @@ from .jupyterlite_sphinx import setup ## noqa -__version__ = "0.9.0" +__version__ = "0.9.1"