Skip to content

Commit

Permalink
Push v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcru committed Nov 21, 2022
1 parent e933f13 commit a08944e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
*********

1.4.5 (2022-11-21)
------------------

New
^^^
- Propagate error messages through UserObject cluster (#35).

Fix
^^^
- Fix dependency version requirements, pin to the last versions to support Python 2 (#45).

1.4.4 (2021-02-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ghpythonremote/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.4"
__version__ = "1.4.5"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
Binary file modified ghpythonremote_README.pdf
Binary file not shown.

0 comments on commit a08944e

Please sign in to comment.