|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 5.7.1 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyter/nbformat/compare/5.7.0...45ff0cd6dbc5e46a3b620124deeda00aaeebfa29)) |
| 8 | + |
| 9 | +### Maintenance and upkeep improvements |
| 10 | + |
| 11 | +- Expose more attributes for typing [#337](https://github.com/jupyter/nbformat/pull/337) ([@blink1073](https://github.com/blink1073)) |
| 12 | +- Fix lint [#336](https://github.com/jupyter/nbformat/pull/336) ([@blink1073](https://github.com/blink1073)) |
| 13 | +- Adopt ruff and address lint [#333](https://github.com/jupyter/nbformat/pull/333) ([@blink1073](https://github.com/blink1073)) |
| 14 | +- Use base setup dependency type [#329](https://github.com/jupyter/nbformat/pull/329) ([@blink1073](https://github.com/blink1073)) |
| 15 | +- Switch to using Jupyter Releaser [#326](https://github.com/jupyter/nbformat/pull/326) ([@blink1073](https://github.com/blink1073)) |
| 16 | +- More maintenance cleanup [#325](https://github.com/jupyter/nbformat/pull/325) ([@blink1073](https://github.com/blink1073)) |
| 17 | +- Handle warning from jupyter client [#322](https://github.com/jupyter/nbformat/pull/322) ([@blink1073](https://github.com/blink1073)) |
| 18 | +- Add dependabot [#320](https://github.com/jupyter/nbformat/pull/320) ([@blink1073](https://github.com/blink1073)) |
| 19 | +- Clean up docs and maintenance [#314](https://github.com/jupyter/nbformat/pull/314) ([@blink1073](https://github.com/blink1073)) |
| 20 | + |
| 21 | +### Documentation improvements |
| 22 | + |
| 23 | +- Fix changelog target [#321](https://github.com/jupyter/nbformat/pull/321) ([@chrisjsewell](https://github.com/chrisjsewell)) |
| 24 | +- Clean up docs and maintenance [#314](https://github.com/jupyter/nbformat/pull/314) ([@blink1073](https://github.com/blink1073)) |
| 25 | + |
| 26 | +### Other merged PRs |
| 27 | + |
| 28 | +### Contributors to this release |
| 29 | + |
| 30 | +([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2022-10-10&to=2022-12-19&type=c)) |
| 31 | + |
| 32 | +[@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) |
| 33 | + |
| 34 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 35 | + |
5 | 36 | # Changes in nbformat
|
6 | 37 |
|
7 | 38 | ## 5.7.0
|
8 | 39 |
|
9 | 40 | - Always use jsonschema to handle error reporting.
|
10 | 41 | - Fix deprecation warning suggestion.
|
11 | 42 |
|
12 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
13 |
| - |
14 | 43 | ## 5.6.1
|
15 | 44 |
|
16 | 45 | - Fix handling of `__version__` on Python 3.7.
|
|
0 commit comments