Skip to content

Commit e1b5120

Browse files
committed
Publish 0.20.1
SHA256 hashes: jupyterlite_sphinx-0.20.1-py3-none-any.whl: 6f477879e9793813b5ed554f08d87b2d949b68595ec5b7570332aa2d0fe0a8c1 jupyterlite_sphinx-0.20.1.tar.gz: 9b83dd73c51627c8b87e09e25247c876b1fd7babbb1210e2b95a1d332ca48ee3
1 parent 637c32e commit e1b5120

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 0.20.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.20.0...637c32e24fd5fe81459cab4e0c8f9d80d0789e15))
8+
9+
### Bugs fixed
10+
11+
- Fix `IndexError`s when the "Examples" is the last section in a docstring [#292](https://github.com/jupyterlite/jupyterlite-sphinx/pull/292) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
12+
13+
### Maintenance and upkeep improvements
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2025-04-28&to=2025-05-08&type=c))
18+
19+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2025-04-28..2025-05-08&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2025-04-28..2025-05-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-04-28..2025-05-08&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.20.0
624

725
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.19.1...9a59d086cb22b57731d05365f7c10747ef9d2ad1))
@@ -25,8 +43,6 @@
2543

2644
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2025-02-24..2025-04-28&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AIsabelParedes+updated%3A2025-02-24..2025-04-28&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-02-24..2025-04-28&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2025-02-24..2025-04-28&type=Issues)
2745

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3046
## 0.19.1
3147

3248
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.19.0...1f2bb9736eef1b9c63e2f7659b8ff965ef02fe85))

jupyterlite_sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .jupyterlite_sphinx import setup ## noqa
22

3-
__version__ = "0.20.0"
3+
__version__ = "0.20.1"

0 commit comments

Comments
 (0)