We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bcdb4 commit 08c4e62Copy full SHA for 08c4e62
2 files changed
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-discord-webhook Changes
2
3
+## 2022-05-06 0.16.0
4
+
5
+### Features
6
+- add async support
7
8
## 2022-03-02 0.15.0
9
10
### Features
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name="discord-webhook",
13
- version="0.14.0",
+ version="0.16.0",
14
packages=find_packages(),
15
include_package_data=True,
16
license="MIT License",
@@ -37,6 +37,8 @@
37
"Programming Language :: Python :: 3.6",
38
"Programming Language :: Python :: 3.7",
39
"Programming Language :: Python :: 3.8",
40
+ "Programming Language :: Python :: 3.9",
41
+ "Programming Language :: Python :: 3.10",
42
"Topic :: Internet :: WWW/HTTP",
43
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
44
],
0 commit comments