Skip to content

Commit 3eb29e5

Browse files
committed
Release version 0.8.
1 parent d6dde7e commit 3eb29e5

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.9 (2020-03-15)
10+
----------------
11+
712
* Changed the default value of the `ignore_nicks` option from `''` to
813
`'-,--,-->'`. This will prevent notifications for messages from nicks `-`,
914
`--`, and `-->`, which is usually just noise

notify_send.py

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

5252
# Version of the script.
53-
SCRIPT_VERSION = '0.9 (dev)'
53+
SCRIPT_VERSION = '0.9'
5454

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

0 commit comments

Comments
 (0)