Skip to content

Commit a08944e

Browse files
committed
Push v1.4.5
1 parent e933f13 commit a08944e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
1.4.5 (2022-11-21)
6+
------------------
7+
8+
New
9+
^^^
10+
- Propagate error messages through UserObject cluster (#35).
11+
12+
Fix
13+
^^^
14+
- Fix dependency version requirements, pin to the last versions to support Python 2 (#45).
15+
516
1.4.4 (2021-02-12)
617
------------------
718

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.4"
1+
__version__ = "1.4.5"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

ghpythonremote_README.pdf

1.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)