Skip to content

Commit 73856aa

Browse files
committed
Release version 0.6.
1 parent 474626c commit 73856aa

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.6 (2016-09-27)
10+
----------------
11+
712
* All messages are now intercepted, not only those tagged with `irc_privmsg`.
813
This should make the plugin working also for networks other than IRC (e.g.
914
Matrix [#3](https://github.com/s3rvac/weechat-notify-send/issues/3)).

notify_send.py

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

5050
# Version of the script.
51-
SCRIPT_VERSION = '0.6 (dev)'
51+
SCRIPT_VERSION = '0.6'
5252

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

0 commit comments

Comments
 (0)