File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-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.9.2
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.9.1...80dd726ec87218e0b428a857b4cc656e7e9950d3 ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Fix version handling [ #372 ] ( https://github.com/jupyter/nbformat/pull/372 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Fix encoding warnings [ #371 ] ( https://github.com/jupyter/nbformat/pull/371 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - Update link to notebook security [ #370 ] ( https://github.com/jupyter/nbformat/pull/370 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19
+
20
+ ### Documentation improvements
21
+
22
+ - Update link to notebook security [ #370 ] ( https://github.com/jupyter/nbformat/pull/370 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2023-07-10&to=2023-07-31&type=c ) )
27
+
28
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-07-10..2023-07-31&type=Issues )
29
+
30
+ <!-- <END NEW CHANGELOG ENTRY> -->
31
+
7
32
## 5.9.1
8
33
9
34
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.9.0...c348f9d12f05b4e0350413c74f58cd9e4f54a550 ) )
18
43
19
44
[ @eladkal ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aeladkal+updated%3A2023-05-31..2023-07-10&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2023-05-31..2023-07-10&type=Issues )
20
45
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
46
## 5.9.0
24
47
25
48
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.8.0...1b5e8e4e9af98f9c9b0843ba155b8756103d094d ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nbformat-schema" ,
3
- "version" : " 5.9.1 " ,
3
+ "version" : " 5.9.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