Skip to content

Commit 99d09ae

Browse files
committed
Publish 5.10.2
SHA256 hashes: nbformat-5.10.2-py3-none-any.whl: 7381189a0d537586b3f18bae5dbad347d7dd0a7cf0276b09cdcd5c24d38edd99 nbformat-5.10.2.tar.gz: c535b20a0d4310167bf4d12ad31eccfb0dc61e6392d6f8c570ab5b45a06a49a3 nbformat-schema-5.10.2.tgz: 8398fcbf2c4d8871dfeff00a72c7acba74303e3840d29a5383f316555e85c851
1 parent cf61c0e commit 99d09ae

File tree

2 files changed

+39
-25
lines changed

2 files changed

+39
-25
lines changed

CHANGELOG.md

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

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

7-
## 5.10.1
7+
## 5.10.2
88

9-
No merged PRs
9+
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.10.1...cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Restore usage of npm token [#395](https://github.com/jupyter/nbformat/pull/395) ([@blink1073](https://github.com/blink1073))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-12&to=2024-03-12&type=c))
18+
19+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-12..2024-03-12&type=Issues)
1020

1121
<!-- <END NEW CHANGELOG ENTRY> -->
1222

23+
## 5.10.1
24+
25+
No merged PRs
26+
1327
## 5.10.0
1428

1529
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.9.2...e690de194660e7e4b3ac083001ce21633d418e3a))

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.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"
2+
"name": "nbformat-schema",
3+
"version": "5.10.2",
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)