From b26ee3789926245c9758aad3988cb13533ac7b87 Mon Sep 17 00:00:00 2001 From: steppi Date: Thu, 18 Jul 2024 20:15:18 +0000 Subject: [PATCH] Publish 0.16.1 SHA256 hashes: jupyterlite_sphinx-0.16.1-py3-none-any.whl: 7a11dd0e238448e06f4fa4b31a8f799d710ad0135264592bbf52f75d609fa814 jupyterlite_sphinx-0.16.1.tar.gz: 66e23acc1bef47449fc793ba78b109e228a713cb7f453496dd25ebf4c8132c1f --- CHANGELOG.md | 18 ++++++++++++++++-- jupyterlite_sphinx/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effc67c..586ca73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.16.1 + +([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.0...a9c704ef2e1d602a87501bc3be284c842c0e8ff2)) + +### Bugs fixed + +- Fix invalid schema for `jupyterlite_sphinx_strip` tag when `strip_tagged_cells` is `True` [#189](https://github.com/jupyterlite/jupyterlite-sphinx/pull/189) ([@agriyakhetarpal](https://github.com/agriyakhetarpal)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2024-07-18&to=2024-07-18&type=c)) + +[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-07-18..2024-07-18&type=Issues) + + + ## 0.16.0 ([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.15.0...4074ee2049947f1a537e8b822b5fb5643d4a42b3)) @@ -31,8 +47,6 @@ [@AA-Turner](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AAA-Turner+updated%3A2024-05-16..2024-07-18&type=Issues) | [@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-05-16..2024-07-18&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3ACarreau+updated%3A2024-05-16..2024-07-18&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2024-05-16..2024-07-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-05-16..2024-07-18&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-05-16..2024-07-18&type=Issues) - - ## 0.15.0 ([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.14.0...90a0b6327c1b2b3badaf925aa08e9a54083b4492)) diff --git a/jupyterlite_sphinx/__init__.py b/jupyterlite_sphinx/__init__.py index 5d4f807..bb4faa3 100644 --- a/jupyterlite_sphinx/__init__.py +++ b/jupyterlite_sphinx/__init__.py @@ -1,3 +1,3 @@ from .jupyterlite_sphinx import setup ## noqa -__version__ = "0.16.0" +__version__ = "0.16.1"