Skip to content

Commit 673ea93

Browse files
committed
Create version 1.4.0
1 parent 0c87b78 commit 673ea93

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.rst

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

5+
1.4.0 (2021-01-27)
6+
------------------
7+
8+
New
9+
^^^
10+
- Add support for Rhino 7.
11+
- Add support for MacOS.
12+
513
1.3.1 (2020-04-01)
614
------------------
715

ghpythonremote/version.py

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

ghpythonremote_README.pdf

4.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)