8000 Publish 0.6.0 · jupyter/jupyter_kernel_test@fcb4306 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcb4306

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyter_kernel_test-0.6.0-py3-none-any.whl: a9dabdee31739d76b59a28a2598b48f01d19008b174a4a77f36fee7d405cf8aa jupyter_kernel_test-0.6.0.tar.gz: 55c98673703f6f45d25bb7f587f225420b942cb2146674fab2ab06e485f03c5d
1 parent 78b8f14 commit fcb4306

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

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+
526
## 0.5.0
627

728
([Full Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.5...c3ffbd013b1cdd32d7273d4fbe9ee0ab61af7a1e))
@@ -25,8 +46,6 @@
2546

2647
[@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)
2748

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3049
## 0.4 8E9E .5
3150

3251
([Full Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.4...85c23f820f8127808f60dab6f5871e8d26c01192))

jupyter_kernel_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
TIMEOUT = 15
1717

18-
__version__ = "0.5.0"
18+
__version__ = "0.6.0"
1919

2020

2121
def ensure_sync(func):

0 commit comments

Comments
 (0)
0