Skip to content

Commit

Permalink
Publish 0.16.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlite_sphinx-0.16.2-py3-none-any.whl: 02c981a501f00cf3237742cdfc0972855815a2440f4b3b18833aa8dcad0e7e4f

jupyterlite_sphinx-0.16.2.tar.gz: 76675d371634e0403eb35c5e8dda07018ac3697d0335661d783c716b3c68bf04
  • Loading branch information
steppi committed Jul 18, 2024
1 parent 45ba6d8 commit 1312e57
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.16.1

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.0...a9c704ef2e1d602a87501bc3be284c842c0e8ff2))
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.16.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.15.0...4074ee2049947f1a537e8b822b5fb5643d4a42b3))
Expand Down
2 changes: 1 addition & 1 deletion jupyterlite_sphinx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .jupyterlite_sphinx import setup ## noqa

__version__ = "0.16.1"
__version__ = "0.16.2"

0 comments on commit 1312e57

Please sign in to comment.