File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-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.0b1
6
+
7
+ No merged PRs
8
+
9
+ <!-- <END NEW CHANGELOG ENTRY> -->
10
+
5
11
## 8.0.0b0
6
12
7
13
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a4...e419ff4a651b6ac7cd533023c2dd3bd391de6eb6 ) )
21
27
22
28
[ @arogozhnikov ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aarogozhnikov+updated%3A2022-11-16..2022-11-29&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-11-16..2022-11-29&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2022-11-16..2022-11-29&type=Issues ) | [ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akevin-bates+updated%3A2022-11-16..2022-11-29&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-11-16..2022-11-29&type=Issues )
23
29
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
30
## 8.0.0a4
27
31
28
32
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a3...107ccdd06c9b67fc081204ae7c0e7123a17cb0c4 ) )
Original file line number Diff line number Diff line change 2
2
from typing import List
3
3
from typing import Union
4
4
5
- __version__ = "8.0.0b0 "
5
+ __version__ = "8.0.0b1 "
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