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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
26
## 8.0.1
6
27
7
28
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0...dc6113c360e05122430b8e130374e9f4e4b701d7 ) )
16
37
17
38
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-01-26..2023-01-26&type=Issues )
18
39
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
40
## 8.0.0
22
41
23
42
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v7.3.5...760a7835d8b20a9daea3737759b1751d5e55dad8 ) )
Original file line number Diff line number Diff line change 2
2
import re
3
3
from typing import List , Union
4
4
5
- __version__ = "8.0.1 "
5
+ __version__ = "8.0.2 "
6
6
7
7
# Build up version_info tuple for backwards compatibility
8
8
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
You can’t perform that action at this time.
0 commit comments