File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ))
You can’t perform that action at this time.
0 commit comments