Skip to content

Commit

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

jupyterlite_sphinx-0.15.0-py3-none-any.whl: 344d1f9ee5a20b141a4a4139874eae30a68216f0c995d03ea2e3b3e9d29c4cd5

jupyterlite_sphinx-0.15.0.tar.gz: 6bb700917224a89646f394a4f0c24d2516487e000a5a2cadc5102ac7e978d2bd
  • Loading branch information
steppi committed May 16, 2024
1 parent 90a0b63 commit 8a6c1df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## 0.15.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.14.0...90a0b6327c1b2b3badaf925aa08e9a54083b4492))

### Enhancements made

- Pass additional configuration options to the `jupyter lite build` command [#169](https://github.com/jupyterlite/jupyterlite-sphinx/pull/169) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
- Add the option to open JupyterLite window in new tab [#165](https://github.com/jupyterlite/jupyterlite-sphinx/pull/165) ([@melissawm](https://github.com/melissawm))

### Maintenance and upkeep improvements

### Documentation improvements

- Some general formatting fixes (punctuation, backticks, etc.) [#172](https://github.com/jupyterlite/jupyterlite-sphinx/pull/172) ([@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-04-30&to=2024-05-16&type=c))

[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-04-30..2024-05-16&type=Issues) | [@melissawm](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Amelissawm+updated%3A2024-04-30..2024-05-16&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-04-30..2024-05-16&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-04-30..2024-05-16&type=Issues)

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

## 0.14.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.13.1...cefbabe2d87e3572f6627c9a6f27923a6f8b8b82))
Expand All @@ -25,8 +48,6 @@

[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-03-22..2024-04-30&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3ACarreau+updated%3A2024-03-22..2024-04-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2024-03-22..2024-04-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-03-22..2024-04-30&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-03-22..2024-04-30&type=Issues)

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

## 0.13.1

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.13.0...1e80dd142b70c883f7fcc5de4823fe7ca81bfb32))
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.14.0"
__version__ = "0.15.0"

0 comments on commit 8a6c1df

Please sign in to comment.