File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.4.3 (2021-08-24)
6
+ ==================
7
+ - Add markdown support for package description
8
+ - Fix: PyPi publish
9
+
5
10
0.4.2 (2021-08-24)
6
11
==================
7
12
- Bump django version
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Syrus Akbary"""
6
6
7
- __version__ = "0.4.2 "
7
+ __version__ = "0.4.3 "
Original file line number Diff line number Diff line change 1
1
2
2
[metadata]
3
3
name = graphql-ws
4
- version = 0.4.2
4
+ version = 0.4.3
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.2
66
+ current_version = 0.4.3
67
67
commit = True
68
68
tag = True
69
69
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
from setuptools import setup
3
3
4
- setup ()
4
+ setup (
5
+ long_description_content_type = 'text/markdown'
6
+ )
You can’t perform that action at this time.
0 commit comments