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 7601746 commit efdddb2Copy full SHA for efdddb2
CHANGES.md
@@ -1,15 +1,23 @@
1
# python-discord-webhook Changes
2
3
+## 2020-03-12 0.7.1
4
+
5
+### Fixes
6
+- fixed an issue where the default timestamp was not updated
7
8
## 2020-01-24 0.7.0
9
10
+### Features
11
- add an entry point for a minimal cli
12
13
## 2019-12-13 0.6.0
14
15
16
- send webhook to multiple urls if urls are provided as `list`
17
18
## 2019-11-21 0.5.0
19
20
21
- `.execute()` now returns the webhook response
22
23
## 2018-11-29 0.4.1
setup.py
@@ -9,7 +9,7 @@
setup(
name='discord-webhook',
- version='0.7.0',
+ version='0.7.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
0 commit comments