File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.4.4 (2021-08-24)
6+ ==================
7+ - Fix: Readme syntax
8+
590.4.3 (2021-08-24)
610==================
711- Add markdown support for package description
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ applications:
165165 ASGI_APPLICATION = ' graphql_ws.django.routing.auth_application'
166166
167167 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!
169169
170170
171171Python 2 servers
Original file line number Diff line number Diff line change 44
55__author__ = """Syrus Akbary"""
66__email__ = "me@syrusakbary.com"
7- __version__ = "0.4.3 "
7+ __version__ = "0.4.4 "
Original file line number Diff line number Diff line change 11
22[metadata]
33name = graphql-ws
4- version = 0.4.3
4+ version = 0.4.4
55description = Websocket backend for GraphQL subscriptions
66long_description = file: README.rst, CHANGES.rst
77author = Syrus Akbary
6363universal = 1
6464
6565[bumpversion]
66- current_version = 0.4.3
66+ current_version = 0.4.4
6767commit = True
6868tag = True
6969
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44setup (
5- long_description_content_type = 'text/markdown '
5+ long_description_content_type = 'text/x-rst '
66)
You can’t perform that action at this time.
0 commit comments