File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.4.4 (2021-08-24)
6
+ ==================
7
+ - Fix: Readme syntax
8
+
5
9
0.4.3 (2021-08-24)
6
10
==================
7
11
- Add markdown support for package description
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ applications:
165
165
ASGI_APPLICATION = ' graphql_ws.django.routing.auth_application'
166
166
167
167
Run ``./manage.py runserver `` and go to
168
- `http://localhost:8000/graphql `__ to test!
168
+ `http://localhost:8000/graphql < http://localhost:8000/graphql > `__ to test!
169
169
170
170
171
171
Python 2 servers
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Syrus Akbary"""
6
6
7
- __version__ = "0.4.3 "
7
+ __version__ = "0.4.4 "
Original file line number Diff line number Diff line change 1
1
2
2
[metadata]
3
3
name = graphql-ws
4
- version = 0.4.3
4
+ version = 0.4.4
5
5
description = Websocket backend for GraphQL subscriptions
6
6
long_description = file: README.rst, CHANGES.rst
7
7
author = Syrus Akbary
63
63
universal = 1
64
64
65
65
[bumpversion]
66
- current_version = 0.4.3
66
+ current_version = 0.4.4
67
67
commit = True
68
68
tag = True
69
69
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
4
4
setup (
5
- long_description_content_type = 'text/markdown '
5
+ long_description_content_type = 'text/x-rst '
6
6
)
You can’t perform that action at this time.
0 commit comments