Skip to content

Commit 6ff93a8

Browse files
committed
Fix readme syntax to use rst and fix rst errors
1 parent 0e1e750 commit 6ff93a8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

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

5+
0.4.4 (2021-08-24)
6+
==================
7+
- Fix: Readme syntax
8+
59
0.4.3 (2021-08-24)
610
==================
711
- Add markdown support for package description

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.4.3"
7+
__version__ = "0.4.4"

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.4.3
4+
version = 0.4.4
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.4.3
66+
current_version = 0.4.4
6767
commit = True
6868
tag = True
6969

0 commit comments

Comments
 (0)