Skip to content

Commit 30056f3

Browse files
committed
Release 2.4.3
1 parent 894bef4 commit 30056f3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 2.4.3 (2020-08-18)
4+
5+
* [PR-340](https://github.com/jupyter/kernel_gateway/pull/340) enable ssl_version as a JKG config option
6+
7+
## 2.4.2 (2020-08-10)
8+
9+
* [PR-338](https://github.com/jupyter/kernel_gateway/pull/338) Use appropriate maybe-future to handle asyncio futures
10+
11+
## 2.4.1 (2020-06-05)
12+
13+
* [PR-327](https://github.com/jupyter/kernel_gateway/pull/327) Use ==/!= to compare str, bytes, and int literals
14+
* [PR-325](https://github.com/jupyter/kernel_gateway/pull/325) fix: module 'signal' has no attribute 'SIGHUP' on Windows
15+
316
## 2.4.0 (2019-08-11)
417

518
* [PR-323](https://github.com/jupyter/kernel_gateway/pull/323): Update handler not use deprecated maybe_future call

kernel_gateway/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
version_info = (2, 5, 0, 'dev0')
6+
version_info = (2, 4, 3)
77

88
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)