From cb3672f8b2f25408a7cb79c60f762e4a39a9197a Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:13:13 +0000 Subject: [PATCH] Publish 7.2.0 SHA256 hashes: nbconvert-7.2.0-py3-none-any.whl: 9a49d333330e46bef319da210a576e96047a67a9520586f7721c006d58d4cd1c nbconvert-7.2.0.tar.gz: 5e07d5a8694e5d614db93c80b6eef7ab6f0da77c53aa7e26c0f512c7c12dea73 --- CHANGELOG.md | 19 +++++++++++++++++-- nbconvert/_version.py | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c309527f3..f4ab56446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 7.2.0 + +([Full Changelog](https://github.com/jupyter/nbconvert/compare/7.1.0...e4e85b60c4c130f33db02c4ce209cc4704c7001a)) + +### Maintenance and upkeep improvements + +- Prep for jupyter releaser [#1877](https://github.com/jupyter/nbconvert/pull/1877) ([@blink1073](https://github.com/blink1073)) +- Add support for jupyter_client 8 [#1867](https://github.com/jupyter/nbconvert/pull/1867) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-03&to=2022-10-06&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-03..2022-10-06&type=Issues) + + + ## 7.1.0 - Fix markdown table not render bug by @Neutree in @@ -13,8 +30,6 @@ - Added support for section (slide) \"data-\*\" attributes by @bouzidanas in [#1861](https://github.com/jupyter/nbconvert/pull/1861) - - ## 7.0.0 - Update to Mistune 2.0.2 by @TiagodePAlves in diff --git a/nbconvert/_version.py b/nbconvert/_version.py index 0bc3f33b3..f5f4823fc 100644 --- a/nbconvert/_version.py +++ b/nbconvert/_version.py @@ -1,4 +1,4 @@ -__version__ = "7.2.0.dev0" +__version__ = "7.2.0" version_info = (7, 2, 0) pre_info = "" dev_info = "dev0"