File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-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.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.8.0...1b5e8e4e9af98f9c9b0843ba155b8756103d094d ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Support Python 3.12 [ #363 ] ( https://github.com/jupyter/nbformat/pull/363 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - Use local coverage [ #360 ] ( https://github.com/jupyter/nbformat/pull/360 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+ - Bump actions/checkout from 2 to 3 [ #350 ] ( https://github.com/jupyter/nbformat/pull/350 ) ([ @dependabot ] ( https://github.com/dependabot ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbformat/graphs/contributors?from=2023-03-20&to=2023-05-31&type=c ) )
20
+
21
+ [ @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
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
7
25
## 5.8.0
8
26
9
27
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.7.3...85917af9c77beae326531e1923e0ec47725e590b ) )
29
47
30
48
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-01-12..2023-03-20&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Adcsaba89+updated%3A2023-01-12..2023-03-20&type=Issues ) | [ @jonabc ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ajonabc+updated%3A2023-01-12..2023-03-20&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2023-01-12..2023-03-20&type=Issues ) | [ @rschroll ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Arschroll+updated%3A2023-01-12..2023-03-20&type=Issues ) | [ @westurner ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Awesturner+updated%3A2023-01-12..2023-03-20&type=Issues )
31
49
32
- <!-- <END NEW CHANGELOG ENTRY> -->
33
-
34
50
## 5.7.3
35
51
36
52
([ Full Changelog] ( https://github.com/jupyter/nbformat/compare/v5.7.2...1eefc29edff5da06f78c0087e7c06e644a6abcc9 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nbformat-schema" ,
3
- "version" : " 5.8 .0" ,
3
+ "version" : " 5.9 .0" ,
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