File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 2.4.0 (2019-08-11)
4
17
5
18
* [ PR-323] ( https://github.com/jupyter/kernel_gateway/pull/323 ) : Update handler not use deprecated maybe_future call
Original file line number Diff line number Diff line change 3
3
# Copyright (c) Jupyter Development Team.
4
4
# Distributed under the terms of the Modified BSD License.
5
5
6
- version_info = (2 , 5 , 0 , 'dev0' )
6
+ version_info = (2 , 4 , 3 )
7
7
8
8
__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments