Skip to content

Commit 34c4e1f

Browse files
committed
Release v1.4.2
1 parent 82a6924 commit 34c4e1f

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.2 (2021-02-02)
6+
------------------
7+
8+
Fix
9+
^^^
10+
- Fix a typo in helpers logging format
11+
512
1.4.1 (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.1"
1+
__version__ = "1.4.2"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

ghpythonremote_README.pdf

628 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)