diff --git a/CHANGELOG.md b/CHANGELOG.md index 586ca73..6f34c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.16.2 + +([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.1...45ba6d8bcd312ecbcb30f8e8db92d72dd8756faa)) + +### Bugs fixed + +- Restore SameFileError check when copying notebooks [#190](https://github.com/jupyterlite/jupyterlite-sphinx/pull/190) ([@melissawm](https://github.com/melissawm)) + +### 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)) + +[@melissawm](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Amelissawm+updated%3A2024-07-18..2024-07-18&type=Issues) + + + ## 0.16.1 ([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.0...a9c704ef2e1d602a87501bc3be284c842c0e8ff2)) @@ -16,8 +32,6 @@ [@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)) diff --git a/jupyterlite_sphinx/__init__.py b/jupyterlite_sphinx/__init__.py index bb4faa3..82a8eb6 100644 --- a/jupyterlite_sphinx/__init__.py +++ b/jupyterlite_sphinx/__init__.py @@ -1,3 +1,3 @@ from .jupyterlite_sphinx import setup ## noqa -__version__ = "0.16.1" +__version__ = "0.16.2"