Skip to content

Commit

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

jupyterlite_sphinx-0.16.3-py3-none-any.whl: 0e6d976f831fbdfd12e15adf2f3bbcbfd59705fdf5546948956c5ce7928026a8

jupyterlite_sphinx-0.16.3.tar.gz: 293fee7eddf61ea12a0e0f743ee3b06abf17dee8d91be85cecc196175aaf0d18
  • Loading branch information
jtpio committed Jul 31, 2024
1 parent d5d1cc1 commit a538ccc
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.3

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.2...d5d1cc1b9fb9f1446915dc98d36ed25ad2b2878f))

### Maintenance and upkeep improvements

- Allow for JupyterLite 0.4.0 [#193](https://github.com/jupyterlite/jupyterlite-sphinx/pull/193) ([@jtpio](https://github.com/jtpio))

### 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-31&type=c))

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2024-07-18..2024-07-31&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-07-18..2024-07-31&type=Issues)

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

## 0.16.2

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.1...45ba6d8bcd312ecbcb30f8e8db92d72dd8756faa))
Expand All @@ -16,8 +32,6 @@

[@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 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.2"
__version__ = "0.16.3"

0 comments on commit a538ccc

Please sign in to comment.