Skip to content

Commit 47dae5b

Browse files
committed
bump version to 0.17.0
1 parent 0d9e52a commit 47dae5b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# python-discord-webhook Changes
22

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+
311
## 2022-05-14 0.16.3
412

513
### Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="discord-webhook",
13-
version="0.16.3",
13+
version="0.17.0",
1414
packages=find_packages(),
1515
include_package_data=True,
1616
license="MIT License",

0 commit comments

Comments
 (0)