Skip to content

Commit bc4d3b8

Browse files
committed
Publish 5.9.2
SHA256 hashes: nbformat-5.9.2-py3-none-any.whl: 1c5172d786a41b82bcfd0c23f9e6b6f072e8fb49c39250219e4acfff1efe89e9 nbformat-5.9.2.tar.gz: 5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192 nbformat-schema-5.9.2.tgz: d6a4fbd254387571ec41979672adb672f298a0827a764dcdd7734be20487053b
1 parent 80dd726 commit bc4d3b8

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

7+
## 5.9.2
8+
9+
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.9.1...80dd726ec87218e0b428a857b4cc656e7e9950d3))
10+
11+
### Bugs fixed
12+
13+
- Fix version handling [#372](https://github.com/jupyter/nbformat/pull/372) ([@blink1073](https://github.com/blink1073))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Fix encoding warnings [#371](https://github.com/jupyter/nbformat/pull/371) ([@blink1073](https://github.com/blink1073))
18+
- Update link to notebook security [#370](https://github.com/jupyter/nbformat/pull/370) ([@blink1073](https://github.com/blink1073))
19+
20+
### Documentation improvements
21+
22+
- Update link to notebook security [#370](https://github.com/jupyter/nbformat/pull/370) ([@blink1073](https://github.com/blink1073))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2023-07-10&to=2023-07-31&type=c))
27+
28+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-07-10..2023-07-31&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
732
## 5.9.1
833

934
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.9.0...c348f9d12f05b4e0350413c74f58cd9e4f54a550))
@@ -18,8 +43,6 @@
1843

1944
[@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)
2045

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2346
## 5.9.0
2447

2548
([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.8.0...1b5e8e4e9af98f9c9b0843ba155b8756103d094d))

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

0 commit comments

Comments
 (0)