Skip to content

Commit

Permalink
Publish 5.7.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

nbformat-5.7.2-py3-none-any.whl: 36340fa5c0bbcbf3fec3473414e6ca7eb872df83a80bc108d2875afd6af99586

nbformat-5.7.2.tar.gz: 796469290e50e1bf9c19a55ca4fbe66319d99349e47ab94780247edde4bd7618

nbformat-schema-5.7.2.tgz: 62a5ee7f7c7301b8826aeb83a5bd44792edc75ccbbc4f1d15901e3527c2ee556
  • Loading branch information
blink1073 committed Jan 11, 2023
1 parent 30f3d81 commit e6b85ae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

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

## 5.7.2

([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.1...30f3d81e7113ad7628443fc4cd389ca16b2d186a))

### Bugs fixed

- Only require nbformat_minor for v4 [#342](https://github.com/jupyter/nbformat/pull/342) ([@minrk](https://github.com/minrk))

### Maintenance and upkeep improvements

- Fix check release [#341](https://github.com/jupyter/nbformat/pull/341) ([@blink1073](https://github.com/blink1073))
- Add spell checker and enforce docstrings [#339](https://github.com/jupyter/nbformat/pull/339) ([@blink1073](https://github.com/blink1073))
- Fix docs build [#338](https://github.com/jupyter/nbformat/pull/338) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2022-12-19&to=2023-01-11&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2022-12-19..2023-01-11&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aminrk+updated%3A2022-12-19..2023-01-11&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-11&type=Issues)

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

## 5.7.1

([Full Changelog](https://github.com/jupyter/nbformat/compare/5.7.0...45ff0cd6dbc5e46a3b620124deeda00aaeebfa29))
Expand Down Expand Up @@ -33,8 +55,6 @@

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

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

# Changes in nbformat

## 5.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbformat-schema",
"version": "5.7.1",
"version": "5.7.2",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e6b85ae

Please sign in to comment.