Skip to content

Commit 3177691

Browse files
committed
0.5.1 release
1 parent ccb5476 commit 3177691

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Changes in Jupyter Kernel Mgmt
55
==============================
66

7+
0.5.1
8+
-----
9+
10+
- Enable support for python 3.5
11+
712
0.5.0
813
-----
914

jupyter_kernel_mgmt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 6, 0, 'dev0')
1+
version_info = (0, 5, 1)
22
__version__ = '.'.join(map(str, version_info))
33

0 commit comments

Comments
 (0)