Skip to content

Commit

Permalink
Jupyter Kernel Gateway 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 15, 2019
1 parent b27aec8 commit 4aedd1b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.0 (2019-03-15)

* [PR-315](https://github.com/jupyter/kernel_gateway/pull/315): Call tornado StaticFileHandler.get() as a coroutine

## 2.2.0 (2019-02-26)

* [PR-314](https://github.com/jupyter/kernel_gateway/pull/314): Support serving kernelspec resources
Expand Down
15 changes: 15 additions & 0 deletions docs/source/summary-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 2.3

### 2.3.0 (2019-03-15)

* [PR-315](https://github.com/jupyter/kernel_gateway/pull/315): Call tornado StaticFileHandler.get() as a coroutine

## 2.2

### 2.2.0 (2019-02-26)

* [PR-314](https://github.com/jupyter/kernel_gateway/pull/314): Support serving kernelspec resources
* [PR-307](https://github.com/jupyter/kernel_gateway/pull/307): features.md: Fix a link typo
* [PR-304](https://github.com/jupyter/kernel_gateway/pull/304): Add ability for Kernel Gateway to ignore SIGHUP signal
* [PR-303](https://github.com/jupyter/kernel_gateway/pull/303): Fixed the link to section

## 2.1

### 2.1.0 (2018-08-13)
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,
3,
0,
'dev'
0
)

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

0 comments on commit 4aedd1b

Please sign in to comment.