File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 5.7.2
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.7.1...30f3d81e7113ad7628443fc4cd389ca16b2d186a ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Only require nbformat_minor for v4 [ #342 ] ( https://github.com/jupyter/nbformat/pull/342 ) ([ @minrk ] ( https://github.com/minrk ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Fix check release [ #341 ] ( https://github.com/jupyter/nbformat/pull/341 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - Add spell checker and enforce docstrings [ #339 ] ( https://github.com/jupyter/nbformat/pull/339 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19
+ - Fix docs build [ #338 ] ( https://github.com/jupyter/nbformat/pull/338 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
20
+
21
+ ### Contributors to this release
22
+
23
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2022-12-19&to=2023-01-11&type=c ) )
24
+
25
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2022-12-19..2023-01-11&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aminrk+updated%3A2022-12-19..2023-01-11&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-11&type=Issues )
26
+
27
+ <!-- <END NEW CHANGELOG ENTRY> -->
28
+
7
29
## 5.7.1
8
30
9
31
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/5.7.0...45ff0cd6dbc5e46a3b620124deeda00aaeebfa29 ) )
33
55
34
56
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2022-10-10..2022-12-19&type=Issues ) | [ @chrisjsewell ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Achrisjsewell+updated%3A2022-10-10..2022-12-19&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2022-10-10..2022-12-19&type=Issues )
35
57
36
- <!-- <END NEW CHANGELOG ENTRY> -->
37
-
38
58
# Changes in nbformat
39
59
40
60
## 5.7.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nbformat-schema" ,
3
- "version" : " 5.7.1 " ,
3
+ "version" : " 5.7.2 " ,
4
4
"description" : " JSON schemata for Jupyter notebook formats" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments