File tree 2 files changed +23
-4
lines changed
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 7.16.4
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.3...71fde294f623083f364bf68e14f07459dee952e6 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - rst exporter: Re-enable coalescing streams [ #2142 ] ( https://github.com/jupyter/nbconvert/pull/2142 ) ([ @mgeier ] ( https://github.com/mgeier ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Revert "Set all min deps" [ #2138 ] ( https://github.com/jupyter/nbconvert/pull/2138 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - Set all min deps [ #2136 ] ( https://github.com/jupyter/nbconvert/pull/2136 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+ - chore: update pre-commit hooks [ #2134 ] ( https://github.com/jupyter/nbconvert/pull/2134 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-03-21&to=2024-04-29&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-21..2024-04-29&type=Issues ) | [ @mgeier ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amgeier+updated%3A2024-03-21..2024-04-29&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2024-03-21..2024-04-29&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
5
27
## 7.16.3
6
28
7
29
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.2...9019037e300dfdbac5a8cb330d0b09eb82e12f62 ) )
18
40
19
41
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-04..2024-03-21&type=Issues )
20
42
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
43
## 7.16.2
24
44
25
45
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.1...8dac97afa73d59e6afcad04ca076355576b6eb51 ) )
@@ -1566,7 +1586,6 @@ raw template
1566
1586
{%- endblock in_prompt -%}
1567
1587
"""
1568
1588
1569
-
1570
1589
exporter_attr = AttrExporter()
1571
1590
output_attr, _ = exporter_attr.from_notebook_node(nb)
1572
1591
assert " raw template" in output_attr
Original file line number Diff line number Diff line change 4
4
from typing import List
5
5
6
6
# Version string must appear intact for versioning
7
- __version__ = "7.16.3 "
7
+ __version__ = "7.16.4 "
8
8
9
9
# Build up version_info tuple for backwards compatibility
10
10
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments