Skip to content

Commit 1200045

Browse files
committed
version bump and changelog
1 parent 6cc67f4 commit 1200045

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
v0.4.16
5+
=======
6+
- Fix using router request-response with reactivex response
7+
- Fix examples of consuming the payload of a request-channel
8+
- Fix the reactivex example of the tutorial application
9+
410
v0.4.15
511
=======
612
- Websockets server support (https://github.com/python-websockets/websockets)

rsocket/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.15'
1+
__version__ = '0.4.16'

0 commit comments

Comments
 (0)