We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91db2b + 31efc93 commit 1a4408bCopy full SHA for 1a4408b
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+
6
+0.4.1 (2021-08-24)
7
+==================
8
+- Bump version
9
10
0.4.0 (2021-08-24)
11
==================
12
- Removed support for Django 2
graphql_ws/__init__.py
@@ -4,4 +4,4 @@
__author__ = """Syrus Akbary"""
__email__ = "[email protected]"
-__version__ = "0.4.0"
+__version__ = "0.4.1"
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
name = graphql-ws
-version = 0.4.0
+version = 0.4.1
description = Websocket backend for GraphQL subscriptions
long_description = file: README.rst, CHANGES.rst
author = Syrus Akbary
@@ -63,7 +63,7 @@ test =
63
universal = 1
64
65
[bumpversion]
66
-current_version = 0.4.0
+current_version = 0.4.1
67
commit = True
68
tag = True
69
0 commit comments