Skip to content

Commit 4c265b7

Browse files
committed
Publish 5.9.1
SHA256 hashes: nbformat-5.9.1-py3-none-any.whl: b7968ebf4811178a4108ee837eae1442e3f054132100f0359219e9ed1ce3ca45 nbformat-5.9.1.tar.gz: 3a7f52d040639cbd8a3890218c8b0ffb93211588c57446c90095e32ba5881b5d nbformat-schema-5.9.1.tgz: 324e81d0fc111e8cb277c345ec6f642af80b4baf8d53a6d8e541c4c32a2daf3c
1 parent c348f9d commit 4c265b7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

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+
723
## 5.9.0
824

925
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.8.0...1b5e8e4e9af98f9c9b0843ba155b8756103d094d))
@@ -20,8 +36,6 @@
2036

2137
[@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)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 5.8.0
2640

2741
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.3...85917af9c77beae326531e1923e0ec47725e590b))

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.9.0",
3+
"version": "5.9.1",
44
"description": "JSON schemata for Jupyter notebook formats",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)