Skip to content

Commit c9e3ce0

Browse files
committed
Push v1.4.4. Fix typo
1 parent 9a7aa16 commit c9e3ce0

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
*********
44

5+
1.4.4 (2021-02-12)
6+
------------------
7+
8+
Fix
9+
^^^
10+
- Missing comma...
11+
512
1.4.3 (2021-02-12)
613
------------------
714

ghpythonremote/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.4.3"
1+
__version__ = "1.4.4"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

ghpythonremote_README.pdf

627 Bytes
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'examples/GH_python_remote.ghx',
6868
'examples/GH_python_remote_plt_example.ghx',
6969
'examples/CPython_to_GH.py',
70-
'examples/TestClusterGHPythonRemote.ghuser'
70+
'examples/TestClusterGHPythonRemote.ghuser',
7171
'ghcluster/GHPythonRemote.ghuser',
7272
],
7373
},

0 commit comments

Comments
 (0)