Skip to content

Commit 08c4e62

Browse files
committed
bump version
1 parent d1bcdb4 commit 08c4e62

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

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

3+
## 2022-05-06 0.16.0
4+
5+
### Features
6+
- add async support
7+
38
## 2022-03-02 0.15.0
49

510
### Features

setup.py

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

1111
setup(
1212
name="discord-webhook",
13-
version="0.14.0",
13+
version="0.16.0",
1414
packages=find_packages(),
1515
include_package_data=True,
1616
license="MIT License",
@@ -37,6 +37,8 @@
3737
"Programming Language :: Python :: 3.6",
3838
"Programming Language :: Python :: 3.7",
3939
"Programming Language :: Python :: 3.8",
40+
"Programming Language :: Python :: 3.9",
41+
"Programming Language :: Python :: 3.10",
4042
"Topic :: Internet :: WWW/HTTP",
4143
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
4244
],

0 commit comments

Comments
 (0)