Skip to content

Commit

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

jupyterlite_sphinx-0.8.0-py3-none-any.whl: 4a20fcb585ef036d3ed1c62cd6270351f810bc9586d3638f55e6a98665b3373d

jupyterlite_sphinx-0.8.0.tar.gz: f2ae7f05202ed9edbeb2a0e84746b836672ab1436e062f48a48dfd288fdfd14f
  • Loading branch information
jtpio committed Mar 15, 2023
1 parent 51e4894 commit 44e96ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.8.0

([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/0.7.3...51e489426a2e0026bcbc7207c87764bcd936d78b))

### Maintenance and upkeep improvements

- Depend on `jupyterlite-core` [#89](https://github.com/jupyterlite/jupyterlite-sphinx/pull/89) ([@jtpio](https://github.com/jtpio))
- Add releaser workflows and changelog [#86](https://github.com/jupyterlite/jupyterlite-sphinx/pull/86) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2023-02-03&to=2023-03-15&type=c))

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2023-02-03..2023-03-15&type=Issues)

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

## 0.7.3

([full changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/b8a4dec...6ccb288))
Expand All @@ -22,8 +39,6 @@

[@12rambau](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3A12rambau+updated%3A2022-08-17..2023-02-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2022-08-17..2023-02-03&type=Issues) | [@lesteve](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Alesteve+updated%3A2022-08-17..2023-02-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AmartinRenou+updated%3A2022-08-17..2023-02-03&type=Issues)

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

## 0.7.2

([full changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/3927797...b8a4dec))
Expand Down Expand Up @@ -277,8 +292,6 @@

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2022-02-25&to=2022-02-28&type=c))



## 0.2.0

([full changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/e5aacec...999dffa))
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.7.3"
__version__ = "0.8.0"

0 comments on commit 44e96ce

Please sign in to comment.