We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8262142 commit 52a9feeCopy full SHA for 52a9fee
3 files changed
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog
3
*********
4
5
-1.2.2 (2020-03-20)
+1.3.0 (2020-03-20)
6
------------------
7
8
New
@@ -13,6 +13,7 @@ Changes
13
^^^^^^^
14
- Better Rhino path finder.
15
- Catch conda env list failures.
16
+- Upgrade to RPyC 4.1.4
17
18
Fix
19
^^^
ghpythonremote/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.2rc1"
+__version__ = "1.3.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
ghpythonremote_README.pdf
100 Bytes
0 commit comments