Skip to content

Commit 7a5e114

Browse files
committed
Bump version
1 parent 4ec3bd4 commit 7a5e114

File tree

2 files changed

+8
-1
lines changed

2 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.1.4 (2018-02-28)
6+
------------------
7+
8+
Fix
9+
^^^
10+
- Stop using the `exposed` prefix to remote attributes, per rpyc v4.
11+
512
1.1.3 (2018-02-27)
613
------------------
714

ghpythonremote/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.3'
1+
__version__ = '1.1.4'
22
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

0 commit comments

Comments
 (0)