Skip to content

Commit 5136e7e

Browse files
committed
version bump and changelog update
1 parent 57f3ae9 commit 5136e7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
v0.4.4
5+
======
6+
- Fragmentation fix - empty payload (either in request or response) with fragmentation enabled failed to send.
7+
48
v0.4.3
59
======
610
- Command line fixes:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='rsocket',
8-
version='0.4.3',
8+
version='0.4.4',
99
description='Python RSocket library',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)