Skip to content

Commit 4aedd1b

Browse files
committed
Jupyter Kernel Gateway 2.3.0 release
1 parent b27aec8 commit 4aedd1b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.0 (2019-03-15)
4+
5+
* [PR-315](https://github.com/jupyter/kernel_gateway/pull/315): Call tornado StaticFileHandler.get() as a coroutine
6+
37
## 2.2.0 (2019-02-26)
48

59
* [PR-314](https://github.com/jupyter/kernel_gateway/pull/314): Support serving kernelspec resources

docs/source/summary-changes.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## 2.3
6+
7+
### 2.3.0 (2019-03-15)
8+
9+
* [PR-315](https://github.com/jupyter/kernel_gateway/pull/315): Call tornado StaticFileHandler.get() as a coroutine
10+
11+
## 2.2
12+
13+
### 2.2.0 (2019-02-26)
14+
15+
* [PR-314](https://github.com/jupyter/kernel_gateway/pull/314): Support serving kernelspec resources
16+
* [PR-307](https://github.com/jupyter/kernel_gateway/pull/307): features.md: Fix a link typo
17+
* [PR-304](https://github.com/jupyter/kernel_gateway/pull/304): Add ability for Kernel Gateway to ignore SIGHUP signal
18+
* [PR-303](https://github.com/jupyter/kernel_gateway/pull/303): Fixed the link to section
19+
520
## 2.1
621

722
### 2.1.0 (2018-08-13)

kernel_gateway/_version.py

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

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

0 commit comments

Comments
 (0)