File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-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.6.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.5.0...2d6f52bdf5266688c51f3270cd7e47bbd17c708c ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Fix possibly not defined tracker [ #991 ] ( https://github.com/jupyter/jupyter_client/pull/991 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
12
+ - BUG: Fix Kwarg only in update_env [ #989 ] ( https://github.com/jupyter/jupyter_client/pull/989 ) ([ @Carreau ] ( https://github.com/Carreau ) )
13
+
14
+ ### Maintenance and upkeep improvements
15
+
16
+ - Update typing for traitlets 5.13 [ #995 ] ( https://github.com/jupyter/jupyter_client/pull/995 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+ - Use ruff format [ #992 ] ( https://github.com/jupyter/jupyter_client/pull/992 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - Unused ` *args ` in ` KernelManager ` 's ` __init__ ` [ #986 ] ( https://github.com/jupyter/jupyter_client/pull/986 ) ([ @Carreau ] ( https://github.com/Carreau ) )
19
+
20
+ ### Contributors to this release
21
+
22
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_client/graphs/contributors?from=2023-10-25&to=2023-11-06&type=c ) )
23
+
24
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-10-25..2023-11-06&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ACarreau+updated%3A2023-10-25..2023-11-06&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2023-10-25..2023-11-06&type=Issues )
25
+
26
+ <!-- <END NEW CHANGELOG ENTRY> -->
27
+
5
28
## 8.5.0
6
29
7
30
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.4.0...ff94e310c2af3546f2f9384e6b35fd11c3d09a71 ) )
21
44
22
45
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2023-10-11..2023-10-25&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ACarreau+updated%3A2023-10-11..2023-10-25&type=Issues )
23
46
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
47
## 8.4.0
27
48
28
49
([ Full Changelog] ( https://github.com/jupyter/jupyter_client/compare/v8.3.1...74044393230e70134f68e664f2ef19fab92b7774 ) )
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.5 .0"
5
+ __version__ = "8.6 .0"
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