File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-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
5
+ ## 8.0.0b2
6
6
7
- No merged PRs
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0b1...ff33adf784f2bd25814d7ed6ae7c6651cee8376e ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Fix jupyter_core pinning [ #896 ] ( https://github.com/jupyter/jupyter_client/pull/896 ) ([ @ophie200 ] ( https://github.com/ophie200 ) )
12
+ - Adopt ruff and reduce pre-commit usage [ #895 ] ( https://github.com/jupyter/jupyter_client/pull/895 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-12-05&to=2022-12-08&type=c ) )
17
+
18
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-12-05..2022-12-08&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2022-12-05..2022-12-08&type=Issues ) | [ @ophie200 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aophie200+updated%3A2022-12-05..2022-12-08&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-08&type=Issues )
8
19
9
20
<!-- <END NEW CHANGELOG ENTRY> -->
10
21
22
+ ## 8.0.0b1
23
+
24
+ No merged PRs
25
+
11
26
## 8.0.0b0
12
27
13
28
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.0.0a4...e419ff4a651b6ac7cd533023c2dd3bd391de6eb6 ) )
Original file line number Diff line number Diff line change 1
1
import re
2
2
from typing import List , Union
3
3
4
- __version__ = "8.0.0b1 "
4
+ __version__ = "8.0.0b2 "
5
5
6
6
# Build up version_info tuple for backwards compatibility
7
7
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