Skip to content

Commit b91db2b

Browse files
Merge pull request #78 from fabienheureux/fix/bump-versions-0.4.0
Fix graphql-ws versions in various files
2 parents c64443e + a2220a6 commit b91db2b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

HISTORY.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
History
33
=======
44

5+
0.4.0 (2021-08-24)
6+
==================
7+
- Removed support for Django 2
8+
- Added GitHub actions
9+
- Added Channels v3 compatibility
10+
- Added new module to support Channels > 1 #18
11+
- Fix: tests are running again
12+
- Fix: Correctly unsubscribe after on_start operation is complete
13+
- Breaking changes
14+
15+
0.3.1 (2020-05-19)
16+
==================
17+
- update travis deployment credentials and remove travis autogen config
18+
19+
520
0.3.0 (2018-09-25)
621
==================
722

graphql_ws/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Syrus Akbary"""
66
__email__ = "[email protected]"
7-
__version__ = "0.3.1"
7+
__version__ = "0.4.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[metadata]
33
name = graphql-ws
4-
version = 0.3.1
4+
version = 0.4.0
55
description = Websocket backend for GraphQL subscriptions
66
long_description = file: README.rst, CHANGES.rst
77
author = Syrus Akbary
@@ -63,7 +63,7 @@ test =
6363
universal = 1
6464

6565
[bumpversion]
66-
current_version = 0.3.1
66+
current_version = 0.4.0
6767
commit = True
6868
tag = True
6969

0 commit comments

Comments
 (0)