Skip to content

Commit 1e81bb8

Browse files
committed
Release v1.4.1
1 parent ae43124 commit 1e81bb8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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.1 (2021-01-27)
6+
------------------
7+
8+
Fix
9+
^^^
10+
- Fix a small typo that created a false warning on MacOS install
11+
512
1.4.0 (2021-01-27)
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.0"
1+
__version__ = "1.4.1"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

ghpythonremote_README.pdf

606 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)