Skip to content

Commit ecfd9eb

Browse files
committed
Publish 5.7.1
SHA256 hashes: nbformat-5.7.1-py3-none-any.whl: e52ab802ce7f7a2863861e914642f021b9d7c23ad9726d14c36df92a79acd754 nbformat-5.7.1.tar.gz: 3810a0130453ed031970521d20989b8a592f3c2e73283a8280ae34ae1f75b3f8 nbformat-schema-5.7.1.tgz: 8f4dce9a4d4e8b58e95146a86268cc92a46ae8801e676dcea28774c85bcfa637
1 parent 45ff0cd commit ecfd9eb

File tree

2 files changed

+54
-25
lines changed

2 files changed

+54
-25
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,44 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 5.7.1
6+
7+
([Full Changelog](https://github.com/jupyter/nbformat/compare/5.7.0...45ff0cd6dbc5e46a3b620124deeda00aaeebfa29))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Expose more attributes for typing [#337](https://github.com/jupyter/nbformat/pull/337) ([@blink1073](https://github.com/blink1073))
12+
- Fix lint [#336](https://github.com/jupyter/nbformat/pull/336) ([@blink1073](https://github.com/blink1073))
13+
- Adopt ruff and address lint [#333](https://github.com/jupyter/nbformat/pull/333) ([@blink1073](https://github.com/blink1073))
14+
- Use base setup dependency type [#329](https://github.com/jupyter/nbformat/pull/329) ([@blink1073](https://github.com/blink1073))
15+
- Switch to using Jupyter Releaser [#326](https://github.com/jupyter/nbformat/pull/326) ([@blink1073](https://github.com/blink1073))
16+
- More maintenance cleanup [#325](https://github.com/jupyter/nbformat/pull/325) ([@blink1073](https://github.com/blink1073))
17+
- Handle warning from jupyter client [#322](https://github.com/jupyter/nbformat/pull/322) ([@blink1073](https://github.com/blink1073))
18+
- Add dependabot [#320](https://github.com/jupyter/nbformat/pull/320) ([@blink1073](https://github.com/blink1073))
19+
- Clean up docs and maintenance [#314](https://github.com/jupyter/nbformat/pull/314) ([@blink1073](https://github.com/blink1073))
20+
21+
### Documentation improvements
22+
23+
- Fix changelog target [#321](https://github.com/jupyter/nbformat/pull/321) ([@chrisjsewell](https://github.com/chrisjsewell))
24+
- Clean up docs and maintenance [#314](https://github.com/jupyter/nbformat/pull/314) ([@blink1073](https://github.com/blink1073))
25+
26+
### Other merged PRs
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2022-10-10&to=2022-12-19&type=c))
31+
32+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2022-10-10..2022-12-19&type=Issues) | [@chrisjsewell](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Achrisjsewell+updated%3A2022-10-10..2022-12-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2022-10-10..2022-12-19&type=Issues)
33+
34+
<!-- <END NEW CHANGELOG ENTRY> -->
35+
536
# Changes in nbformat
637

738
## 5.7.0
839

940
- Always use jsonschema to handle error reporting.
1041
- Fix deprecation warning suggestion.
1142

12-
<!-- <END NEW CHANGELOG ENTRY> -->
13-
1443
## 5.6.1
1544

1645
- Fix handling of `__version__` on Python 3.7.

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "nbformat-schema",
3-
"version": "5.7.0",
4-
"description": "JSON schemata for Jupyter notebook formats",
5-
"main": "index.js",
6-
"files": [
7-
"nbformat/v3/nbformat.v3.schema.json",
8-
"nbformat/v4/nbformat.v4.schema.json"
9-
],
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/jupyter/nbformat.git"
13-
},
14-
"keywords": [
15-
"jupyter",
16-
"notebook",
17-
"json-schema"
18-
],
19-
"author": "Project Jupyter Contributors",
20-
"license": "BSD-3-Clause",
21-
"bugs": {
22-
"url": "https://github.com/jupyter/nbformat/issues"
23-
},
24-
"homepage": "https://nbformat.readthedocs.io"
2+
"name": "nbformat-schema",
3+
"version": "5.7.1",
4+
"description": "JSON schemata for Jupyter notebook formats",
5+
"main": "index.js",
6+
"files": [
7+
"nbformat/v3/nbformat.v3.schema.json",
8+
"nbformat/v4/nbformat.v4.schema.json"
9+
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/jupyter/nbformat.git"
13+
},
14+
"keywords": [
15+
"jupyter",
16+
"notebook",
17+
"json-schema"
18+
],
19+
"author": "Project Jupyter Contributors",
20+
"license": "BSD-3-Clause",
21+
"bugs": {
22+
"url": "https://github.com/jupyter/nbformat/issues"
23+
},
24+
"homepage": "https://nbformat.readthedocs.io"
2525
}

0 commit comments

Comments
 (0)