Skip to content

Commit 00adc34

Browse files
committed
Publish 0.5.0
SHA256 hashes: jupyter_kernel_test-0.5.0-py3-none-any.whl: c694ce7114229544d2085e661fd2167133141332d31f7c35a5ede32e1663e1ba jupyter_kernel_test-0.5.0.tar.gz: 8741488a0f3e87d2ca056324922869d2d934e2ddcf8ff5a7ee15e31321a0b4f3
1 parent c3ffbd0 commit 00adc34

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 0.5.0
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.5...c3ffbd013b1cdd32d7273d4fbe9ee0ab61af7a1e))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Upgrade lint [#126](https://github.com/jupyter/jupyter_kernel_test/pull/126) ([@blink1073](https://github.com/blink1073))
12+
- Adopt ruff and address lint [#123](https://github.com/jupyter/jupyter_kernel_test/pull/123) ([@blink1073](https://github.com/blink1073))
13+
- Use base setup dependency type [#120](https://github.com/jupyter/jupyter_kernel_test/pull/120) ([@blink1073](https://github.com/blink1073))
14+
- Fix test invocation [#118](https://github.com/jupyter/jupyter_kernel_test/pull/118) ([@blink1073](https://github.com/blink1073))
15+
- CI Cleanup [#117](https://github.com/jupyter/jupyter_kernel_test/pull/117) ([@blink1073](https://github.com/blink1073))
16+
- Bump actions/checkout from 2 to 3 [#115](https://github.com/jupyter/jupyter_kernel_test/pull/115) ([@dependabot](https://github.com/dependabot))
17+
- Add dependabot [#114](https://github.com/jupyter/jupyter_kernel_test/pull/114) ([@blink1073](https://github.com/blink1073))
18+
- Maintenance cleanup [#111](https://github.com/jupyter/jupyter_kernel_test/pull/111) ([@blink1073](https://github.com/blink1073))
19+
- Fix client 8 compat [#109](https://github.com/jupyter/jupyter_kernel_test/pull/109) ([@blink1073](https://github.com/blink1073))
20+
- Maintenance clean up [#106](https://github.com/jupyter/jupyter_kernel_test/pull/106) ([@blink1073](https://github.com/blink1073))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_kernel_test/graphs/contributors?from=2022-08-22&to=2023-01-27&type=c))
25+
26+
[@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+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.4.5
631

732
([Full Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.4...85c23f820f8127808f60dab6f5871e8d26c01192))
@@ -16,8 +41,6 @@
1641

1742
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_kernel_test+involves%3Ablink1073+updated%3A2022-08-19..2022-08-22&type=Issues)
1843

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2144
## 0.4.4
2245

2346
([Full Changelog](https://github.com/jupyter/jupyter_kernel_test/compare/v0.4.3...b723ce668df0de185f9b682d85379e515cfc012b))

jupyter_kernel_test/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
TIMEOUT = 15
1717

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

2020

2121
def ensure_sync(func):

0 commit comments

Comments
 (0)