Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcru committed Feb 28, 2018
1 parent 4ec3bd4 commit 7a5e114
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
*********

1.1.4 (2018-02-28)
------------------

Fix
^^^
- Stop using the `exposed` prefix to remote attributes, per rpyc v4.

1.1.3 (2018-02-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ghpythonremote/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.3'
__version__ = '1.1.4'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

0 comments on commit 7a5e114

Please sign in to comment.