Skip to content

Commit 09d1cb1

Browse files
committed
Jupyter Kernel Gateway 2.4.0 release
1 parent ae4a463 commit 09d1cb1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

docs/source/summary-changes.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Summary of changes
22

33
See `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

kernel_gateway/_version.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
version_info = (
77
2,
88
4,
9-
0,
10-
'dev'
9+
0
1110
)
1211

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

0 commit comments

Comments
 (0)