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
+ ## 0.6.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_kernel_test/compare/v0.5.0...78b8f14cf8a7f6c4fba4cb20edd8fa293ae7a602 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Add test for Jep #65 [ #134 ] ( https://github.com/jupyter/jupyter_kernel_test/pull/134 ) ([ @Hind-M ] ( https://github.com/Hind-M ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Drop Python 3.7 support [ #135 ] ( https://github.com/jupyter/jupyter_kernel_test/pull/135 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - Add more linting [ #127 ] ( https://github.com/jupyter/jupyter_kernel_test/pull/127 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_kernel_test/graphs/contributors?from=2023-01-27&to=2023-08-29&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Ablink1073+updated%3A2023-01-27..2023-08-29&type=Issues ) | [ @Hind-M ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3AHind-M+updated%3A2023-01-27..2023-08-29&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Apre-commit-ci+updated%3A2023-01-27..2023-08-29&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 0.5.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.5...c3ffbd013b1cdd32d7273d4fbe9ee0ab61af7a1e ) )
25
46
26
47
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Ablink1073+updated%3A2022-08-22..2023-01-27&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Adependabot+updated%3A2022-08-22..2023-01-27&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Apre-commit-ci+updated%3A2022-08-22..2023-01-27&type=Issues )
27
48
28
- <!-- <END NEW CHANGELOG ENTRY> -->
29
-
30
49
## 0.4
8E9E
.5
31
50
32
51
([ Full Changelog] ( https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.4...85c23f820f8127808f60dab6f5871e8d26c01192 ) )
Original file line number Diff line number Diff line change 15
15
16
16
TIMEOUT = 15
17
17
18
- __version__ = "0.5 .0"
18
+ __version__ = "0.6 .0"
19
19
20
20
21
21
def ensure_sync (func ):
You can’t perform that action at this time.
0 commit comments