File tree 2 files changed +17
-4
lines changed
2 files changed +17
-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.14.2
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.14.1...9d8a7a8771d0349e49328efb7fc2b8fb99c7cc1f ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - update to mermaid 10.7.0 [ #2098 ] ( https://github.com/jupyter/nbconvert/pull/2098 ) ([ @bollwyvl ] ( https://github.com/bollwyvl ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-01-11&to=2024-01-16&type=c ) )
16
+
17
+ [ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2024-01-11..2024-01-16&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 7.14.1
6
22
7
23
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.14.0...dedd81acdde7c96204d01f1392af896d2e6dbe1b ) )
21
37
22
38
[ @AlexanderRichert-NOAA ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AAlexanderRichert-NOAA+updated%3A2024-01-01..2024-01-11&type=Issues ) | [ @AndSte01 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AAndSte01+updated%3A2024-01-01..2024-01-11&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adependabot+updated%3A2024-01-01..2024-01-11&type=Issues )
23
39
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
40
## 7.14.0
27
41
28
42
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.13.1...0f17b3069d320565af12a4a12da7d9ce3c18dac4 ) )
@@ -1469,7 +1483,6 @@ raw template
1469
1483
{%- endblock in_prompt -%}
1470
1484
"""
1471
1485
1472
-
1473
1486
exporter_attr = AttrExporter()
1474
1487
output_attr, _ = exporter_attr.from_notebook_node(nb)
1475
1488
assert " raw template" in output_attr
Original file line number Diff line number Diff line change 3
3
from typing import List
4
4
5
5
# Version string must appear intact for versioning
6
- __version__ = "7.14.1 "
6
+ __version__ = "7.14.2 "
7
7
8
8
# Build up version_info tuple for backwards compatibility
9
9
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