From 0fc32778a9d34f76737b29e4d21ee6af2981c4d2 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Sun, 27 Nov 2016 10:17:36 +0100 Subject: [PATCH] Release version 0.7. --- CHANGELOG.md | 5 +++++ notify_send.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6703f..4d509d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog dev --- +* - + +0.7 (2016-11-27) +---------------- + * Notifications are transient by default. That is, when a notification expires or is dismissed, it is removed from the notification bar. To disable this behavior, set the `plugins.var.python.notify_send.transient` configuration diff --git a/notify_send.py b/notify_send.py index b5f7ee8..55d6398 100644 --- a/notify_send.py +++ b/notify_send.py @@ -48,7 +48,7 @@ SCRIPT_AUTHOR = 's3rvac' # Version of the script. -SCRIPT_VERSION = '0.7 (dev)' +SCRIPT_VERSION = '0.7' # License under which the script is distributed. SCRIPT_LICENSE = 'MIT'