Skip to content

Commit

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

nbformat-5.10.0-py3-none-any.whl: a6611be71a95840ea7e8fedd58cbe37ebf0cbf1d3d230936d963392f13be5e54

nbformat-5.10.0.tar.gz: 9c7cae61f16d74ef71b85e195f93cd9e49188984782ad0984eb4193e51ca83c0

nbformat-schema-5.10.0.tgz: 69efe348e4e2d629435cb3d6e9099f5dc94c0067afe1c1ba53fbe8f9330eaaf6
  • Loading branch information
blink1073 committed Mar 12, 2024
1 parent e690de1 commit 531ba2c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 25 deletions.
36 changes: 34 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@

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

## 5.10.0

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

### Maintenance and upkeep improvements

- Update Release Scripts [#394](https://github.com/jupyter/nbformat/pull/394) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#391](https://github.com/jupyter/nbformat/pull/391) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- chore: update pre-commit hooks [#390](https://github.com/jupyter/nbformat/pull/390) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Update ruff and typings [#388](https://github.com/jupyter/nbformat/pull/388) ([@blink1073](https://github.com/blink1073))
- update incorrect warning text [#386](https://github.com/jupyter/nbformat/pull/386) ([@Carreau](https://github.com/Carreau))
- chore: update pre-commit hooks [#385](https://github.com/jupyter/nbformat/pull/385) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Clean up lint handling [#384](https://github.com/jupyter/nbformat/pull/384) ([@blink1073](https://github.com/blink1073))
- Adopt ruff format [#383](https://github.com/jupyter/nbformat/pull/383) ([@blink1073](https://github.com/blink1073))
- Update typings for mypy 1.6 [#381](https://github.com/jupyter/nbformat/pull/381) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#380](https://github.com/jupyter/nbformat/pull/380) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Fix typing error [#379](https://github.com/jupyter/nbformat/pull/379) ([@blink1073](https://github.com/blink1073))
- Simplify NotebookNotary.\_data_dir_default [#378](https://github.com/jupyter/nbformat/pull/378) ([@cmd-ntrf](https://github.com/cmd-ntrf))
- Adopt sp-repo-review [#377](https://github.com/jupyter/nbformat/pull/377) ([@blink1073](https://github.com/blink1073))
- Bump actions/checkout from 3 to 4 [#375](https://github.com/jupyter/nbformat/pull/375) ([@dependabot](https://github.com/dependabot))

### Documentation improvements

- update incorrect warning text [#386](https://github.com/jupyter/nbformat/pull/386) ([@Carreau](https://github.com/Carreau))
- Improve project URLs that display on PyPI [#374](https://github.com/jupyter/nbformat/pull/374) ([@pydanny](https://github.com/pydanny))

### Contributors to this release

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

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-07-31..2024-03-12&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3ACarreau+updated%3A2023-07-31..2024-03-12&type=Issues) | [@cmd-ntrf](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Acmd-ntrf+updated%3A2023-07-31..2024-03-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Adependabot+updated%3A2023-07-31..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2023-07-31..2024-03-12&type=Issues) | [@pydanny](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apydanny+updated%3A2023-07-31..2024-03-12&type=Issues)

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

## 5.9.2

([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.9.1...80dd726ec87218e0b428a857b4cc656e7e9950d3))
Expand All @@ -27,8 +61,6 @@

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-07-10..2023-07-31&type=Issues)

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

## 5.9.1

([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.9.0...c348f9d12f05b4e0350413c74f58cd9e4f54a550))
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "nbformat-schema",
"version": "5.9.2",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
"nbformat/v3/nbformat.v3.schema.json",
"nbformat/v4/nbformat.v4.schema.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jupyter/nbformat.git"
},
"keywords": [
"jupyter",
"notebook",
"json-schema"
],
"author": "Project Jupyter Contributors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyter/nbformat/issues"
},
"homepage": "https://nbformat.readthedocs.io"
"name": "nbformat-schema",
"version": "5.10.0",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
"nbformat/v3/nbformat.v3.schema.json",
"nbformat/v4/nbformat.v4.schema.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jupyter/nbformat.git"
},
"keywords": [
"jupyter",
"notebook",
"json-schema"
],
"author": "Project Jupyter Contributors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyter/nbformat/issues"
},
"homepage": "https://nbformat.readthedocs.io"
}

0 comments on commit 531ba2c

Please sign in to comment.