Skip to content

Commit efdddb2

Browse files
committed
version 0.7.1
1 parent 7601746 commit efdddb2

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,15 +1,23 @@
11
# python-discord-webhook Changes
22

3+
## 2020-03-12 0.7.1
4+
5+
### Fixes
6+
- fixed an issue where the default timestamp was not updated
7+
38
## 2020-01-24 0.7.0
49

10+
### Features
511
- add an entry point for a minimal cli
612

713
## 2019-12-13 0.6.0
814

15+
### Features
916
- send webhook to multiple urls if urls are provided as `list`
1017

1118
## 2019-11-21 0.5.0
1219

20+
### Features
1321
- `.execute()` now returns the webhook response
1422

1523
## 2018-11-29 0.4.1

setup.py

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

1010
setup(
1111
name='discord-webhook',
12-
version='0.7.0',
12+
version='0.7.1',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT License',

0 commit comments

Comments
 (0)