Skip to content

Commit 60b6151

Browse files
committed
Publish 5.10.4
SHA256 hashes: nbformat-5.10.4-py3-none-any.whl: 3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b nbformat-5.10.4.tar.gz: 322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a nbformat-schema-5.10.4.tgz: 619abe6c8420a0e4b233b31b5695528bc726ec5a1f04cd63d4416eb3b2cbc40d
1 parent be5ff0a commit 60b6151

File tree

2 files changed

+40
-25
lines changed

2 files changed

+40
-25
lines changed

CHANGELOG.md

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

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

7+
## 5.10.4
8+
9+
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.10.3...be5ff0a81d544238599b9df4fcefa19e235a8898))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Set all min deps [#399](https://github.com/jupyter/nbformat/pull/399) ([@blink1073](https://github.com/blink1073))
14+
- chore: update pre-commit hooks [#398](https://github.com/jupyter/nbformat/pull/398) ([@pre-commit-ci](https://github.com/pre-commit-ci))
15+
16+
### Contributors to this release
17+
18+
([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-15&to=2024-04-04&type=c))
19+
20+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-15..2024-04-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2024-03-15..2024-04-04&type=Issues)
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
724
## 5.10.3
825

926
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.10.2...c17a251a1b1c5e2a7b9fe1fce866d4c110dd12eb))
@@ -18,8 +35,6 @@
1835

1936
[@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Akrassowski+updated%3A2024-03-12..2024-03-15&type=Issues)
2037

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2338
## 5.10.2
2439

2540
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.10.1...cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901))

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.10.3",
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.10.4",
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)