File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.0 (2019-08-11)
4+
5+ * [ PR-323] ( https://github.com/jupyter/kernel_gateway/pull/323 ) : Update handler not use deprecated maybe_future call
6+ * [ PR-322] ( https://github.com/jupyter/kernel_gateway/pull/322 ) : Update handler compatibility with tornado/pyzmq updates
7+ * [ PR-321] ( https://github.com/jupyter/kernel_gateway/pull/321 ) : Allow Notebook 6.x dependencies
8+ * [ PR-317] ( https://github.com/jupyter/kernel_gateway/pull/317 ) : Better error toleration during server initialization
9+
310## 2.3.0 (2019-03-15)
411
512* [ PR-315] ( https://github.com/jupyter/kernel_gateway/pull/315 ) : Call tornado StaticFileHandler.get() as a coroutine
Original file line number Diff line number Diff line change 11# Summary of changes
22
33See ` git log ` for a more detailed summary of changes.
4+ ## 2.4
5+
6+ ## 2.4.0 (2019-08-11)
7+
8+ * [ PR-323] ( https://github.com/jupyter/kernel_gateway/pull/323 ) : Update handler not use deprecated maybe_future call
9+ * [ PR-322] ( https://github.com/jupyter/kernel_gateway/pull/322 ) : Update handler compatibility with tornado/pyzmq updates
10+ * [ PR-321] ( https://github.com/jupyter/kernel_gateway/pull/321 ) : Allow Notebook 6.x dependencies
11+ * [ PR-317] ( https://github.com/jupyter/kernel_gateway/pull/317 ) : Better error toleration during server initialization
412
513## 2.3
614
Original file line number Diff line number Diff line change 66version_info = (
77 2 ,
88 4 ,
9- 0 ,
10- 'dev'
9+ 0
1110)
1211
1312__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments