Skip to content

Commit 669cf89

Browse files
committed
Release version 0.4.
See CHANGELOG for a list of changes.
1 parent 8740386 commit 669cf89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
dev
55
---
66

7+
* -
8+
9+
0.4 (2016-04-23)
10+
----------------
11+
712
* Added a new option: `min_notification_delay`. It represents a minimal delay
813
between successive notifications from the same buffer. It is used to protect
914
from floods/spam. The default value is 500 milliseconds. Set it to 0 to

notify_send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
SCRIPT_AUTHOR = 's3rvac'
5050

5151
# Version of the script.
52-
SCRIPT_VERSION = '0.4 (dev)'
52+
SCRIPT_VERSION = '0.4'
5353

5454
# License under which the script is distributed.
5555
SCRIPT_LICENSE = 'MIT'

0 commit comments

Comments
 (0)