Skip to content

Commit

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

nbformat-5.7.3-py3-none-any.whl: 22a98a6516ca216002b0a34591af5bcb8072ca6c63910baffc901cfa07fefbf0

nbformat-5.7.3.tar.gz: 4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477

nbformat-schema-5.7.3.tgz: 967fa829e2b71be7faa57201c445526bb0ac323c15a597affd851ccac2279c12
  • Loading branch information
blink1073 committed Jan 12, 2023
1 parent 1eefc29 commit bbd0f83
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## 5.7.3

([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.2...1eefc29edff5da06f78c0087e7c06e644a6abcc9))

### Maintenance and upkeep improvements

- Undeprecate validate(nb, relax_add_props=True) [#343](https://github.com/jupyter/nbformat/pull/343) ([@minrk](https://github.com/minrk))

### Contributors to this release

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

[@minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aminrk+updated%3A2023-01-11..2023-01-12&type=Issues)

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

## 5.7.2

([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.1...30f3d81e7113ad7628443fc4cd389ca16b2d186a))
Expand All @@ -24,8 +40,6 @@

[@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
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.2",
"version": "5.7.3",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
Expand Down

0 comments on commit bbd0f83

Please sign in to comment.