Skip to content

Commit 8aa2dec

Browse files
committed
Jupyter Kernel Gateway 2.2.0 release
1 parent 7b80617 commit 8aa2dec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.2.0 (2019-02-26)
4+
5+
* [PR-314](https://github.com/jupyter/kernel_gateway/pull/314): Support serving kernelspec resources
6+
* [PR-307](https://github.com/jupyter/kernel_gateway/pull/307): features.md: Fix a link typo
7+
* [PR-304](https://github.com/jupyter/kernel_gateway/pull/304): Add ability for Kernel Gateway to ignore SIGHUP signal
8+
* [PR-303](https://github.com/jupyter/kernel_gateway/pull/303): Fixed the link to section
9+
310
## 2.1.0 (2018-08-13)
411

512
* [PR-299](https://github.com/jupyter/kernel_gateway/pull/299): adds x_header configuration option for use behind proxies

kernel_gateway/_version.py

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

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

0 commit comments

Comments
 (0)