We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9e52a commit 47dae5bCopy full SHA for 47dae5b
CHANGES.md
@@ -1,5 +1,13 @@
1
# python-discord-webhook Changes
2
3
+## 2022-08-23 0.17.0
4
+
5
+### Breaking Changes
6
+- `ColourNotInRangeException` was renamed to `ColorNotInRangeException`
7
8
+### Fixes
9
+- fix async file attachments
10
11
## 2022-05-14 0.16.3
12
13
### Fixes
setup.py
@@ -10,7 +10,7 @@
setup(
name="discord-webhook",
- version="0.16.3",
+ version="0.17.0",
14
packages=find_packages(),
15
include_package_data=True,
16
license="MIT License",
0 commit comments