Skip to content

Commit a0b5793

Browse files
committed
Publish 0.19.1
SHA256 hashes: jupyterlite_sphinx-0.19.1-py3-none-any.whl: 0eee482144df992586f52f3b381999100381c11c2e0ddaa196d2934704e8992f jupyterlite_sphinx-0.19.1.tar.gz: 758941390e5f53fc635bcda9d95a1dcd77cdd3268b91fe687c55d51790b02ffe
1 parent 1f2bb97 commit a0b5793

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 0.19.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.19.0...1f2bb9736eef1b9c63e2f7659b8ff965ef02fe85))
8+
9+
### Bugs fixed
10+
11+
- BUG: Fix SciPy `make dist` doc workflow by ensuring jupyter is run with the current Python executable [#271](https://github.com/jupyterlite/jupyterlite-sphinx/pull/271) ([@steppi](https://github.com/steppi))
12+
13+
### Maintenance and upkeep improvements
14+
15+
### Documentation improvements
16+
17+
- Change button text contrast to comply with WCAG AA [#269](https://github.com/jupyterlite/jupyterlite-sphinx/pull/269) ([@mfisher87](https://github.com/mfisher87))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2025-02-12&to=2025-02-24&type=c))
22+
23+
[@mfisher87](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Amfisher87+updated%3A2025-02-12..2025-02-24&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-02-12..2025-02-24&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2025-02-12..2025-02-24&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.19.0
628

729
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.18.0...9cf9a249d02d99f68eb0c2ad49747607a19ba0b9))
@@ -29,8 +51,6 @@
2951

3052
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2025-01-13..2025-02-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2025-01-13..2025-02-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-01-13..2025-02-12&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2025-01-13..2025-02-12&type=Issues)
3153

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3454
## 0.18.0
3555

3656
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.17.1...a908c141dbbecfacdacf4a3382b526c30eda24d7))

jupyterlite_sphinx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .jupyterlite_sphinx import setup ## noqa
22

3-
__version__ = "0.19.0"
3+
__version__ = "0.19.1"

0 commit comments

Comments
 (0)