Skip to content

Commit 266309d

Browse files
committed
version bump and dependencies
1 parent 05c3560 commit 266309d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.19
5+
=======
6+
- Added Django Channels transport support for WebSocket communication
7+
48
v0.4.18
59
=======
610
- Fixed Stalette/FastAPI implementation and added example using FastAPI server

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.4.18'
27+
release = '0.4.19'
2828

2929
# -- General configuration ---------------------------------------------------
3030

rsocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.18'
1+
__version__ = '0.4.19'

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ graphql =
6464
graphql-core>=3.2.0
6565
gql>=3.4.0
6666
websockets = websockets>=11.0.0
67-
channels = channels>=4.0.0
67+
channels =
68+
channels>=4.0.0
69+
daphne>=4.1.2
6870
asyncwebsockets = asyncwebsockets>=0.9.4
6971

7072
[options.entry_points]

0 commit comments

Comments
 (0)