Skip to content

Commit eaaa12f

Browse files
committed
Publish 0.17.1
SHA256 hashes: jupyterlite_sphinx-0.17.1-py3-none-any.whl: 1e36fe2300175fe3afa9d4c46514764c98078000f96b2c726bf20b755c4061f2 jupyterlite_sphinx-0.17.1.tar.gz: a035fd3ee141795400a02d9670114abd9dab02490945f3ecc23fab105f55ae83
1 parent f51bdc6 commit eaaa12f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.17.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.17.0...f51bdc6e0971c45862af66eb68e10bfe6935f538))
8+
9+
### Bugs fixed
10+
11+
- Add missing dependency on `jupytext` [#236](https://github.com/jupyterlite/jupyterlite-sphinx/pull/236) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2024-12-22&to=2024-12-22&type=c))
16+
17+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-12-22..2024-12-22&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.17.0
622

723
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.5...548b2151dfd593ae6633348e4df10348191495a9))
@@ -31,8 +47,6 @@
3147

3248
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-08-08..2024-12-22&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-08-08..2024-12-22&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-08-08..2024-12-22&type=Issues)
3349

34-
<!-- <END NEW CHANGELOG ENTRY> -->
35-
3650
## 0.16.5
3751

3852
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.4...450a81d3a5e3a0ce0b56b67aafaa413323bc22b9))

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.17.0"
3+
__version__ = "0.17.1"

0 commit comments

Comments
 (0)