Skip to content

Commit 52a9fee

Browse files
committed
Update version and CHANGELOG
1 parent 8262142 commit 52a9fee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
*********
44

5-
1.2.2 (2020-03-20)
5+
1.3.0 (2020-03-20)
66
------------------
77

88
New
@@ -13,6 +13,7 @@ Changes
1313
^^^^^^^
1414
- Better Rhino path finder.
1515
- Catch conda env list failures.
16+
- Upgrade to RPyC 4.1.4
1617

1718
Fix
1819
^^^

ghpythonremote/version.py

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

ghpythonremote_README.pdf

100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)