File tree 2 files changed +19
-4
lines changed
2 files changed +19
-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.3
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.2...9019037e300dfdbac5a8cb330d0b09eb82e12f62 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Remove pytest pin [ #2129 ] ( https://github.com/jupyter/nbconvert/pull/2129 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Add Compatibility with Pandoc 2.9.2 [ #2128 ] ( https://github.com/jupyter/nbconvert/pull/2128 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Pin to Pytest 7 [ #2124 ] ( https://github.com/jupyter/nbconvert/pull/2124 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-03-04&to=2024-03-21&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-04..2024-03-21&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
5
23
## 7.16.2
6
24
7
25
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.1...8dac97afa73d59e6afcad04ca076355576b6eb51 ) )
16
34
17
35
[ @yuvipanda ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ayuvipanda+updated%3A2024-02-19..2024-03-04&type=Issues )
18
36
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
37
## 7.16.1
22
38
23
39
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.16.0...443b30703078e6f7d5b1044f25fb77e219136aac ) )
@@ -1550,7 +1566,6 @@ raw template
1550
1566
{%- endblock in_prompt -%}
1551
1567
"""
1552
1568
1553
-
1554
1569
exporter_attr = AttrExporter()
1555
1570
output_attr, _ = exporter_attr.from_notebook_node(nb)
1556
1571
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.16.2 "
6
+ __version__ = "7.16.3 "
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