Skip to content

Commit 785a89e

Browse files
committed
Publish 5.9.0
SHA256 hashes: nbformat-5.9.0-py3-none-any.whl: 8c8fa16d6d05062c26177754bfbfac22de644888e2ef69d27ad2a334cf2576e5 nbformat-5.9.0.tar.gz: e98ebb6120c3efbafdee2a40af2a140cadee90bb06dd69a2a63d9551fcc7f976 nbformat-schema-5.9.0.tgz: 2b9501765cb0baf554ebdc42c2543b61a0ea7d9d0234202992f73bb412b058ac
1 parent 1b5e8e4 commit 785a89e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

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+
725
## 5.8.0
826

927
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.3...85917af9c77beae326531e1923e0ec47725e590b))
@@ -29,8 +47,6 @@
2947

3048
[@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)
3149

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3450
## 5.7.3
3551

3652
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.2...1eefc29edff5da06f78c0087e7c06e644a6abcc9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbformat-schema",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "JSON schemata for Jupyter notebook formats",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)