File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-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.1
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.9.0...c348f9d12f05b4e0350413c74f58cd9e4f54a550 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Fix deprecation warning when importing from jsonschema [ #368 ] ( https://github.com/jupyter/nbformat/pull/368 ) ([ @eladkal ] ( https://github.com/eladkal ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2023-05-31&to=2023-07-10&type=c ) )
18
+
19
+ [ @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
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
7
23
## 5.9.0
8
24
9
25
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.8.0...1b5e8e4e9af98f9c9b0843ba155b8756103d094d ) )
20
36
21
37
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-03-20..2023-05-31&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Adependabot+updated%3A2023-03-20..2023-05-31&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2023-03-20..2023-05-31&type=Issues )
22
38
23
- <!-- <END NEW CHANGELOG ENTRY> -->
24
-
25
39
## 5.8.0
26
40
27
41
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.7.3...85917af9c77beae326531e1923e0ec47725e590b ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nbformat-schema" ,
3
- "version" : " 5.9.0 " ,
3
+ "version" : " 5.9.1 " ,
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