File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
-------------
3
+ ## 0.1.1
4
+
5
+ * Fix a problem where variables wouldn't persist between cells (#19 )
6
+
3
7
## 0.1.0
4
8
5
9
* Fix a problem with cells that contains multiply commands (#15 )
Original file line number Diff line number Diff line change 1
1
"""A powershell kernel for Jupyter"""
2
- __version__ = '0.1.0 '
2
+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change 11
11
from powershell_kernel import subprocess_repl , powershell_proxy
12
12
from powershell_kernel .util import get_powershell
13
13
14
- __version__ = '0.1.0 '
14
+ __version__ = '0.1.1 '
15
15
16
16
version_pat = re .compile (r'version (\d+(\.\d+)+)' )
17
17
Original file line number Diff line number Diff line change 2
2
setup (
3
3
name = 'powershell_kernel' ,
4
4
packages = ['powershell_kernel' ],
5
- version = '0.1.0 ' ,
5
+ version = '0.1.1 ' ,
6
6
description = 'PowerShell language kernel for Jupyter' ,
7
7
author = 'Sergei Vorobev' ,
8
8
author_email = 'xvorsx@gmail.com' ,
You can’t perform that action at this time.
0 commit comments