File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 8.0.2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.1...717d36edcd9ce595f727d8b5a27e270c2a6e2c46 ) )
8+
9+ ### Bugs fixed
10+
11+ - Add papermill downstream check and fix kernel client replies [ #925 ] ( https://github.com/jupyter/jupyter_client/pull/925 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Adopt more ruff rules [ #924 ] ( https://github.com/jupyter/jupyter_client/pull/924 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16+ - Prefer print in kernelspecapp [ #923 ] ( https://github.com/jupyter/jupyter_client/pull/923 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17+
18+ ### Contributors to this release
19+
20+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2023-01-26&to=2023-01-30&type=c ) )
21+
22+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-01-26..2023-01-30&type=Issues )
23+
24+ <!-- <END NEW CHANGELOG ENTRY> -->
25+
526## 8.0.1
627
728([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0...dc6113c360e05122430b8e130374e9f4e4b701d7 ) )
1637
1738[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-01-26..2023-01-26&type=Issues )
1839
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2140## 8.0.0
2241
2342([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v7.3.5...760a7835d8b20a9daea3737759b1751d5e55dad8 ) )
Original file line number Diff line number Diff line change 22import re
33from typing import List , Union
44
5- __version__ = "8.0.1 "
5+ __version__ = "8.0.2 "
66
77# Build up version_info tuple for backwards compatibility
88pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
You can’t perform that action at this time.
0 commit comments