We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1e750 commit 6ff93a8Copy full SHA for 6ff93a8
HISTORY.rst
@@ -2,6 +2,10 @@
2
History
3
=======
4
5
+0.4.4 (2021-08-24)
6
+==================
7
+- Fix: Readme syntax
8
+
9
0.4.3 (2021-08-24)
10
==================
11
- Add markdown support for package description
graphql_ws/__init__.py
@@ -4,4 +4,4 @@
__author__ = """Syrus Akbary"""
__email__ = "[email protected]"
-__version__ = "0.4.3"
+__version__ = "0.4.4"
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
name = graphql-ws
-version = 0.4.3
+version = 0.4.4
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.3
+current_version = 0.4.4
67
commit = True
68
tag = True
69
0 commit comments