Skip to content

Commit

Permalink
Jupyter Kernel Gateway 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Aug 11, 2019
1 parent ae4a463 commit 09d1cb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.4.0 (2019-08-11)

* [PR-323](https://github.com/jupyter/kernel_gateway/pull/323): Update handler not use deprecated maybe_future call
* [PR-322](https://github.com/jupyter/kernel_gateway/pull/322): Update handler compatibility with tornado/pyzmq updates
* [PR-321](https://github.com/jupyter/kernel_gateway/pull/321): Allow Notebook 6.x dependencies
* [PR-317](https://github.com/jupyter/kernel_gateway/pull/317): Better error toleration during server initialization

## 2.3.0 (2019-03-15)

* [PR-315](https://github.com/jupyter/kernel_gateway/pull/315): Call tornado StaticFileHandler.get() as a coroutine
Expand Down
8 changes: 8 additions & 0 deletions docs/source/summary-changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Summary of changes

See `git log` for a more detailed summary of changes.
## 2.4

## 2.4.0 (2019-08-11)

* [PR-323](https://github.com/jupyter/kernel_gateway/pull/323): Update handler not use deprecated maybe_future call
* [PR-322](https://github.com/jupyter/kernel_gateway/pull/322): Update handler compatibility with tornado/pyzmq updates
* [PR-321](https://github.com/jupyter/kernel_gateway/pull/321): Allow Notebook 6.x dependencies
* [PR-317](https://github.com/jupyter/kernel_gateway/pull/317): Better error toleration during server initialization

## 2.3

Expand Down
3 changes: 1 addition & 2 deletions kernel_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
version_info = (
2,
4,
0,
'dev'
0
)

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

0 comments on commit 09d1cb1

Please sign in to comment.