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